Suptask API
Learn how to use and integrate with the Suptask API
Last updated
Was this helpful?
Learn how to use and integrate with the Suptask API
Last updated
Was this helpful?
Suptask offers an open API that enables you to integrate programmatically and automate your ticketing process.
Review the API definition in the Openapi v3. See the attached YAML file below.
The API requires a valid API token in order to authenticate to the API.
Contact Suptask Support to retrieve your access token and get started with the API.
You can use the Swagger Editor in order to visualize the API definition.
Click on File
Click on Import File
Select the Suptask API definition (.yaml)
/ticket
A detailed description of the ticket.
User has lost access to his account.
The priority of the ticket.
CRITICAL
The current status of the ticket.
Open
The user Slack member ID assigned to the ticket.
U132FRJPTER
The requester Slack member ID of the ticket.
U073PBJPHGW
One of the Slack channel IDs which are assigned to form.
C076K6Y74L1
Identifier UUID for the form used to submit the ticket. Fetched from the Web url when editing a form.
96d140f8-bd0f-4b46-a115-c19e090bb79c
Custom fields for the ticket.
Tags associated with the ticket.
/ticket/{ticketId}
The unique ID of the ticket to update.
123
A detailed description of the ticket.
Updated issue details.
The priority of the ticket.
Medium
The current status of the ticket.
Closed
The user Slack member ID assigned to the ticket.
U132FRJPTER
The requester Slack member ID of the ticket.
U073PBJPHGW
One of the Slack channel IDs which are assigned to form.
C076K6Y74L1
Custom fields for the ticket.
Tags associated with the ticket.
No body
/ticket/external/{ticketId}
The unique ID of the Suptask ticket to associate with an external ticket.
123
The ID of the external ticket.
EXT-123
The type of integration (e.g., "Jira", "Zendesk").
Jira
The URL of the external ticket.
https://jira.example.com/browse/EXT-123
Additional data or metadata for the external ticket.
{"priority":"High","status":"Open"}
/ticket/reply/{ticketId}
The unique ID of the Suptask ticket.
123
The reply message
We are working on your ticket.
The priority of the ticket.
CRITICAL
Select between Requester (public reply) or Responder (internal reply) channel.
Requester