List tickets
Tickets
List Tickets
List all tickets for an event. Optionally filter by order_id. Requires the tickets.read scope.
GET
List tickets
Authorizations
Pass as Authorization: Bearer {token}. Accepts either an OAuth2 JWT access token or an API key (tk_live_...) created from the Tickable dashboard.
Path Parameters
Event ID
Example:
"550e8400-e29b-41d4-a716-446655440000"
Query Parameters
Max results per page (default 25, max 100)
Required range:
1 <= x <= 100Example:
25
Number of results to skip
Required range:
x >= 0Example:
0
Sort field and direction, e.g. created_at:desc
Example:
"created_at:desc"
Filter by order ID
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"