Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
Returns all messages (inbound/outbound) associated with a specific contact.
Click to expand full details
πΉ URL
GET /api/public/ai-message/contact/{aiContactId}
πΉ Path Parameters
| Name | Type | Required | Description |
|---|
aiContactId | string | β
| The contactβs unique ID |
| Name | Type | Required | Description |
|---|
x-api-key | string | β
| Your API key for authorization |
πΉ Example Request
curl --request GET \
'https://iris-backend-production.up.railway.app/api/public/ai-message/contact/contact_123' \
--header 'x-api-key: YOUR_API_KEY'
Fetches messages grouped by conversation for a specific contact. Each conversation includes a thread of related messages.
Click to expand full details
πΉ URL
GET /api/public/ai-message/contact/{aiContactId}/by-conversation
πΉ Path Parameters
| Name | Type | Required | Description |
|---|
aiContactId | string | β
| The contactβs unique ID |
| Name | Type | Required | Description |
|---|
x-api-key | string | β
| Your API key for authorization |
πΉ Example Request
curl --request GET \
'https://iris-backend-production.up.railway.app/api/public/ai-message/contact/contact_123/by-conversation' \
--header 'x-api-key: YOUR_API_KEY'
π» WhatsApp API
π¨π½βπ» Webchat
Ask AI