List all bookings
Get a paginated list of booked sessions in the website / funnel.
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Client identifier sent with requests from the documentation playground.
Query Parameters
List only bookings starting after the specified timestamp (inclusive, in seconds since the Unix epoch).
1573251649
List only bookings starting before the specified timestamp (inclusive, in seconds since the Unix epoch).
1573251649
List only bookings with the selected event id.
123
A limit on the number of objects to be returned. Between 1 and 50.
1 <= x <= 5025
The number of items to skip (offset). Defaults to 0, i.e. the first page.
x >= 025
Response
A paginated list of bookings.

