Bookings
Get Booking Details
Returns the full details of a single booking by its numeric ID.
GET
Get Booking Details
Get Booking Details
Returns the complete details of a specific booking, including resource, time range, and pricing information.Authentication
Requires a valid customer bearer token.Path Parameters
number
required
Numeric identifier of the booking.
Query Parameters
string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Booking.ResourceName,Booking.FromTime,Booking.ToTime,Resource.Name.Response
Returns aBooking object with the following fields: