Skip to content

Location Booking Update Webhook

Request

Inbound webhook to receive location booking updates from external systems.

Security
BasicAuthWebhookCredentials
Bodyapplication/jsonrequired
updatesArray of objects(Updates)required
POST
/v1/webhook/location-booking-update
{ "updates": [ {} ] }

Responses

Successful Response

Bodyapplication/json
Any of:

Response schema for the location booking update webhook. This schema is used to return errors or success messages.

errorsArray of objects or null(Errors)
Any of:

List of errors that occurred during the webhook processing. If empty/omitted, the webhook was processed successfully.

Response
{ "errors": { "error_message": "The payload is invalid.", "error_type": "USER_INPUT_ERROR" } }