v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Messages

Query Conversations

This endpoint is used to query the list of conversations regarding guest inquiries.

get/conversations

Query parameters

offsetinteger

Specifies the starting index from which the results should be returned.

limitinteger

Determines the maximum number of results to be returned, up to a maximum of 100.

Response

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}