Skip to content

Retrieve a conversation

Request

Retrieves a conversation accessible to the authenticated user, including message history and participants.

Security
BearerAuth
Headers
X-Affiliate-Idintegerrequired

Include here your Affiliate identifier number

Bodyapplication/jsonrequired
One of:
accommodationstringrequired

Unique identifier of the property.

reservationstringrequired

Unique identifier of the reservation.

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"
  }'

Responses

Conversation retrieved successfully.

Bodyapplication/json
request_idstring

Unique identifier for this request. Provide this ID when contacting support.

dataobject
Response
{ "request_id": "7889a8c0-aa43-494c-863d-72d2306849c1", "data": { "conversation": {} } }