Receive webhook event

Example callback path. The platform posts to the complete Webhook URL configured for the application

Payload

Webhook event

string
required

Unique event identifier for idempotent processing

string
enum
required

Webhook event type

Allowed:
date-time
required

Event occurrence time in ISO 8601 format

string
required

Hotel identifier

payload
required

Event data determined by eventType

Headers
string

Optional callback token sent when configured with the webhook URL in the Open API platform

Response
2XX

Event accepted; the platform treats every HTTP 2xx response as successful

LoadingLoading…