Skip to main content
GET
List tickets of a buyer

Authorizations

Authorization
string
header
required

Reseller API key, sent raw in the Authorization header: Authorization: rs_live_xxxxxxxxxxxxxxxx. Keys prefixed rs_test_ operate against the test environment. The same key serves v2 and the swap operations, and it only reaches the organizations Fourvenues authorized on it.

Query Parameters

email
string<email>
required

Email of the buyer whose tickets are listed. Matched whole, ignoring case and surrounding spaces; no partial search.

organization_id
string
required

Organization the tickets belong to. Must be covered by the API key.

limit
integer
default:50

Page size.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of items skipped before the page.

Required range: x >= 0

Response

Page of tickets

data
object[]
has_more
boolean

Whether another page exists after this one.

Example:

true

success
boolean
Example:

true