Skip to main content
GET
List reseller events

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

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
organization_id
string

Comma-separated organization ids to narrow the listing to. Every id must be covered by the API key, or the request is rejected with ORGANIZATION_NOT_ALLOWED. Omit it to list every organization the key covers.

starts_after
string

Lower bound on when the event starts. Either a bare date, read as midnight UTC, or an ISO 8601 date-time carrying its own zone (2026-10-01T20:00:00+02:00). A date-time without a zone is rejected. Asking for October returns the events that begin in October, including those ending at dawn the next day; a season pass that started last year stays out.

starts_before
string

Upper bound on when the event starts, same format as starts_after. Events that already ended stay out of the listing regardless of this window.

Response

Page of events

data
object[]
has_more
boolean

Whether another page exists after this one.

Example:

true

success
boolean
Example:

true