Skip to main content
GET
List campaigns

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of campaigns

id
integer

The id of the campaign

name
string

The name of the campaign

status
string

The status of the campaign

max_calls_in_parallel
integer

Maximum number of calls that can be made in parallel

mark_complete_when_no_leads
boolean

Whether to mark the campaign as complete when there are no leads

allowed_hours_start_time
string

The start time for allowed calling hours

allowed_hours_end_time
string

The end time for allowed calling hours

allowed_days
string[]

The days of the week when calls are allowed

max_retries
integer

Maximum number of retry attempts for failed calls

retry_interval
integer

Interval in seconds between retry attempts

created_at
string

The timestamp when the campaign was created

updated_at
string

The timestamp when the campaign was last updated