API REFERENCES/Version 3.1//
- Confirm message receipt
Send a message
Fetch latest messages
Confirm message receipt
Confirms receipt of specified messages. This confirmation is required before receiving new messages from the POST /messages/latest endpoint.
Security
BearerAuth
- Production environmenthttps://demandapi.booking.com/3.1/messages/latest/confirm
- Sandbox environmenthttps://demandapi-sandbox.booking.com/3.1/messages/latest/confirm
curl -i -X POST \
https://demandapi.booking.com/3.1/messages/latest/confirm \
-H 'Authorization: Bearer <YOUR_string_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Affiliate-Id: 0' \
-d '{
"messages": [
"8586a789-44f4-5521-9f27-f5efd097cba"
]
}'