cURL
curl --request POST \ --url 'https://api.precallai.com/api/v1/campaign/audiences?id={id}' \ --header 'x-api-key: <api-key>'
[ { "first_name": "<string>", "last_name": "<string>", "description": "<string>", "phone": "<string>", "status": "<string>", "call_duration_in_sec": "<string>", "call_sentiment": "<string>", "calltranscribe": "<string>", "is_call_transferred": true, "is_meeting_scheduled": true, "is_message_sent": true, "recording_url": "<string>", "error": "<string>" } ]
Returns all campaign’s audiences from the system that the user has access to
The ID of the campaign to get audiences
Campaign audiences response
The response is of type object[].
object[]