Retrieve a collection of bookings.
GET
/v2/bookings
Retrieve a collection of bookings.
To call this endpoint with buyer-level permissions, set APPOINTMENTS_READ
for the OAuth scope. To call this endpoint with seller-level permissions, set APPOINTMENTS_ALL_READ
and APPOINTMENTS_READ
for the OAuth scope.
The maximum number of results per page to return in a paged response.
The pagination cursor from the preceding response to return the next page of the results. Do not set this when retrieving the first page of the results.
The customer for whom to retrieve bookings. If this is not set, bookings for all customers are retrieved.
The team member for whom to retrieve bookings. If this is not set, bookings of all members are retrieved.
The location for which to retrieve bookings. If this is not set, all locations' bookings are retrieved.
The RFC 3339 timestamp specifying the earliest of the start time. If this is not set, the current time is used.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
The RFC 3339 timestamp specifying the latest of the start time. If this is not set, the time of 31 days after start_at_min
is used.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
The pagination cursor to be used in the subsequent request to get the next page of the results. Stop retrieving the next page of the results when the cursor is not set.