Skip to main content
GET
/
api
/
public
/
contact
/
{aiContactId}
/
conversations
Retrieve conversations by AI contact
curl --request GET \
  --url https://api.vambe.me/api/public/contact/{aiContactId}/conversations \
  --header 'x-api-key: <x-api-key>'

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.

Headers

x-api-key
string
required

API key required to authorize the request

Path Parameters

aiContactId
string
required

ID of the AI contact

Query Parameters

daysBack
number

Number of days back to retrieve conversations

Response

Conversations retrieved successfully.