Contact Conversations
Get Messages for Contact
GET
Get Messages for Contact
Returns all conversations and messages for a givenDocumentation Index
Fetch the complete documentation index at: https://docs.chatzy.ai/llms.txt
Use this file to discover all available pages before exploring further.
contact_id.Authorizations
Use the idToken retrieved from /get_id_token as the Bearer token.
Query Parameters
The unique ID of the contact to fetch messages for.
Example:
"096662f6-5acc-4699-923c-f7326936b39f"
Filter messages by communication channel.
Available options:
whatsapp, instagram, messenger, website Example:
"whatsapp"
Maximum number of messages to return.
Required range:
1 <= x <= 100Example:
50
Number of messages to skip before starting to collect the result set.
Required range:
x >= 0Example:
0
Whether to group messages by conversation, when set to false, the response will contain a flat list of messages.
Example:
true
Response
200 - application/json
Contact with all conversations and messages.
Get Messages for Contact