cURL
curl --request POST \ --url 'https://api.qcall.ai/api/v1/segment/contact/list?id={id}' \ --header 'x-api-key: <api-key>'
[ { "first_name": "<string>", "last_name": "<string>", "email": "<string>", "description": "<string>", "phone": "<string>", "sync_by": "<string>", "id": "<string>" } ]
Returns all contact’s audiences from the system that the user has access to
The ID of the contact to get audiences
Contact audiences response
The response is of type object[].
object[]