GET
/
campaign
/
list
curl --request GET \
  --url https://api.precallai.com/api/v1/campaign/list \
  --header 'x-api-key: <api-key>'
[
  {
    "campaigns_name": "<string>",
    "assistant_name": "<string>",
    "contact_name": "<string>",
    "dialer_name": "<string>",
    "dialer_type": "<string>",
    "phone_number": "<string>",
    "started_at": "<string>",
    "is_started": true,
    "is_automation": true
  }
]

Authorizations

x-api-key
string
header
required

Response

200
application/json

Campaign response

The response is of type object[].