A booking on one of your properties was cancelled
Delivered when a confirmed booking ends before the stay. booking_reference
matches the booking.confirmed delivery you already have.
initiated_by is the field that decides what you do next: guest means the
nights are free to re-sell, host means the property withdrew and somebody has to
be re-accommodated.
The refund and penalty terms are not included. Those are between Maat, the guest and the property.
Not delivered today.
Authorizations
A short-lived partner token, obtained by exchanging your API key at
POST /token. Send it as Authorization: Bearer <access_token>.
Tokens live for fifteen minutes by default and never for more than an hour. Mint one per batch of work, not one per request.
The token carries the workspace and the environment its key was issued for. You cannot change either by asking: the exchange ignores everything in the request body for exactly that reason.
Never send it as a cookie or in a query string, and never store it — store the API key, mint tokens from it.
Body
Response
Return any 2xx to acknowledge.