Tickets
Manage tickets and link them as requests on deals
List tickets. Requires the 'tickets:read' scope.
API key for authentication
The number of results to return
100The number of results to skip
0Response for status 200
An unknown error occurred, trying again might help.
Create a new ticket. Requires the 'tickets:write' scope.
API key for authentication
The description of the ticket. An array of Slate nodes or a markdown string.
Array of case-sensitive label names (will be created if they don't exist)
URL to an existing ticket in the third-party ticketing system
Response for status 201
An unknown error occurred, trying again might help.
Update an existing ticket. Requires the 'tickets:write' scope.
API key for authentication
The description of the ticket. An array of Slate nodes, a markdown string, or null to clear.
Array of case-sensitive label names (will be created if they don't exist). Replaces all existing labels. Set to null or empty array to clear all labels.
URL to an existing ticket in the third-party ticketing system
Response for status 200
An unknown error occurred, trying again might help.
Last updated