Ticket APIs
Get Tickets
This endpoint retrieves a paginated list of tickets
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
- The offset value for paginating the results
- Default 0
- The maximum number of tickets to retrieve
- Default 2000
Response
200 - application/json
The total count of tickets.
The starting index of the returned tickets.
An array of ticket objects. Refer to the ticket object here
The ending index of the returned tickets.
Was this page helpful?