GET
/v3/scheduling/bookings/{booking_id}Return a booking
Returns the specified Booking object.
Nylas validates the provided session ID and uses it to retrieve the related
Configuration object. If you created a public
Configuration, you don't need to include the Authorization request header with a session ID, but
you do need to pass the Configuration object ID as a query parameter.
Query parameters
The ID of the Configuration object used for calculating availability. If you're using session
authentication (requires_session_auth: true), the configuration_id isn't required.
The Configuration object slug. You can use this with the client_id instead of using the
configuration_id. If you're using session authentication (requires_session_auth: true) or
using the configuration_id, slug isn't required.