Bookings
List all bookings
Get a paginated list of booked sessions in the website / funnel.
GET
List all bookings
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Query Parameters
List only bookings starting after the specified timestamp (inclusive, in seconds since the Unix epoch).
Example:
1573251649
List only bookings starting before the specified timestamp (inclusive, in seconds since the Unix epoch).
Example:
1573251649
List only bookings with the selected event id.
Example:
123
A limit on the number of objects to be returned. Between 1 and 50.
Required range:
1 <= x <= 50Example:
25
The number of items to skip (offset). Defaults to 0, i.e. the first page.
Required range:
x >= 0Example:
25
Response
200 - application/json
A paginated list of bookings.
Last modified on June 20, 2026

