/v1/bookings

Fetch an individual booking or a range of bookings through a booking page.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

You can fetch one individual booking by providing:

FieldTypeRequiredDescription
idnumberyesThe id of the booking to fetch

Or you can fetch a range of bookings by providing the following fields:

FieldTypeRequiredDescription
beginDateTimeyesStart range to fetch
endDateTimeyesEnd of range to fetch
page_sizeNumbernoDefaults to 30
pageNumbernoDefaults to 1
emailStringnoEmail address to filter on

OAuth scope

Calls authenticated with an OAuth 2.0 bearer token must include the bookings:read scope. A token without it receives a 403 insufficient_scope response. HTTP Basic auth is not scope-gated.

Response
200
Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!