<- Bookings API

Bookings API

Retrieve booking

GET

 /v2/bookings/{booking_id}

Retrieves a booking.

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

Path parameters

Example code

Link to section

booking_id

string

Required

The ID of the Booking object representing the to-be-retrieved booking.

Link to section

Response fields

Link to section

booking

The booking that was requested.

Link to section

errors

Errors that occurred during the request.