List Campaigns

API Docs by APIMATIC
API EndpointsCampaigns

List Campaigns
#

Returns a list of all callcenter campaigns data based on callcenter API key.

GET /api/dialer/v1/campaigns

API Code Playground

Endpoint Arguments
Parameters
Required
Required
String
Header

Contact center API key

String
Query

One of campaigns name

String
Query

Campaign strategy (simple, advanced, predictive_ai)

String
Query

Campaign status (draft, active, paused, stopping, completed, processing, stopped, auto_paused, pausing, auto_pausing, import_error)

String
Query

Campaign method of numbers uploading (csv, bitrix_crm, dynamics_crm, falcon_crm, hubspot_crm, panda_crm, popcorn_crm, proftit_crm, puma_crm, salesforce_crm, zoho_crm)

Boolean
Query

Is campaign live?

filter[live]


Responses

  • 200
  • 400

Success

application/json

There is no example available for this content type.

Was this page helpful?

Thank you! Your feedback has been received.
  • REST
  • Java
  • Request
  • Response
curl -X GET -G \
  --url 'https://{cluster_id}.voiso.com/api/dialer/v1/campaigns'  \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer token: 63c526c0dg05ce85e8b99bt208943f68131c9d0d1d237b7c' \
  -d 'filter[name]=campaign%20name' \
  -d 'filter[strategy]=advanced' \
  -d 'filter[status]=active' \
  -d 'filter[method]=csv' \
  -d 'filter[live]=false'