Retrieves a conversation accessible to the authenticated user, including message history and participants.
Security
BearerAuth
- Production environmenthttps://demandapi.booking.com/3.1/messages/conversations
- Sandbox environmenthttps://demandapi-sandbox.booking.com/3.1/messages/conversations
- InputByreservation
- InputByconversation
- Retrieve conversation based on accommodation and conversation ID.
- Retrieve conversation based on accommodation and reservation ID.
curl -i -X POST \
https://demandapi.booking.com/3.1/messages/conversations \
-H 'Authorization: Bearer <YOUR_string_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-Affiliate-Id: 0' \
-d '{
"accommodation": "6819547",
"conversation": "c3cc6522-aa63-559d-99f1-94efdd527c3c"
}'