Skip to main content
GET
List tickets

Authorizations

Authorization
string
header
required

Integrator API key, issued from the VENTRY dashboard. Format vk_live_... in production and vk_test_... in test environments.

Query Parameters

limit
integer
default:50

Number of items per page.

Required range: 1 <= x <= 200
starting_after
string

Cursor returned as next_cursor by the previous page. Omit it on the first call.

status
enum<string>
Available options:
active,
inactive,
used
ticket_type
string
day
string
updated_since
string

ISO 8601 date. Returns everything modified from that instant onwards.

Response

Tickets visible to this API key.

Tickets visible to this API key.

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required

If true, request the next page with starting_after.

next_cursor
null | string
required

Value to pass in starting_after to continue.