Retrieves a 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.
The ID of the Booking object representing the to-be-retrieved booking.