Skip to main content
GET
Retrieve tickets

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string<uuid>

The id of the network. Required when using bearer token authentication

Query Parameters

customerRef
string<uuid>

UUID of the customer whose event tickets to list.

eventRef
string<uuid>

UUID of the event whose tickets to list.

includeDeleted
string
deprecated

Deprecated. Use status "canceled" instead. Set to "true" to include deleted event tickets.

limit
integer

Maximum number of event tickets per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.

Required range: 1 <= x <= 100
locationRef
string<uuid>

UUID of the location whose event tickets to list.

nextPageToken
string

Pagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.

status
string

Filter by event ticket status. Comma-separated values, e.g. active,canceled. Defaults to active when omitted.

Supported values:

  • active — the ticket is valid
  • canceled — the ticket was deleted
userRef
string<uuid>

UUID of the user whose event tickets to list.

Response

OK

tickets
object[]
nextPageToken
string

Opaque cursor token for retrieving the next page of results. Pass this value as the nextPageToken query parameter in your next request.

searchQueryNext
string

Pre-built query string for the next page of results. Contains all active filter parameters combined with the next page token, ready to append to the endpoint URL.