<- Bookings API

Bookings API

Bulk retrieve bookings

POST

 /v2/bookings/bulk-retrieve

Bulk-Retrieves a list of bookings by booking IDs.

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.

Permissions:APPOINTMENTS_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

booking_ids

string [ ]

Required

A non-empty list of Booking IDs specifying bookings to retrieve.

Link to section

Response fields

Link to section

bookings

Requested bookings returned as a map containing booking_id as the key and RetrieveBookingResponse as the value.

Link to section

errors

Errors that occurred during the request.