Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
number
  • The offset value for paginating the results
  • Default 0
limit
number
  • The maximum number of tickets to retrieve
  • Default 2000

Response

200 - application/json
count
number

The total count of tickets.

from
number

The starting index of the returned tickets.

tickets
any[]

An array of ticket objects. Refer to the ticket object here

to
number

The ending index of the returned tickets.