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
campaigns_name
string

The name of the campaign

assistant_name
string

The name of the assistant

contact_name
string

The name of the contact

dialer_name
string

The name of the dialer

dialer_type
string

The type of the dialer

phone_number
string

phone number

started_at
string

started date

is_started
boolean

Is started

is_automation
boolean

Is automation