Returns a list of all callcenter campaigns data based on callcenter API key.
GET /api/dialer/v1/campaigns
Success
application/json
Was this page helpful?
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'