POST
/
campaign
/
audiences?id=
{id}
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>"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the campaign to get audiences

Response

200
application/json

Campaign audiences response

The response is of type object[].