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

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

isoDates
boolean

When true, date/datetime custom fields are serialized in ISO 8601 format (e.g. "2026-03-31T20:00:00.000Z" or "2026-03-31" for date-only fields). Defaults to false for backward compatibility.

Response

AI contact info retrieved successfully.