Skip to main content
GET
/
api
/
public
/
contact
/
{aiContactId}
/
info
Get info of an AI contact
curl --request GET \
  --url https://api.example.com/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

Response

AI contact info retrieved successfully.