Approve a booking
API v1 (Deprecated)
Approve booking
Approve a booking. The booking must be in awaiting_approval status.
POST
Approve a booking
In API v2, approve, reject, cancel, and reschedule are handled by one endpoint: Update a booking (
PATCH /bookings/{booking_id}), not separate routes.Replace
Learn how to find your subdomain in Workspace subdomain.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Path Parameters
SID of the booking that you want to approve.
Example:
"8sqtzrs"
Response
200 - application/json
OK - Booking approved successfully
Example:
"Booking approved successfully"