cURL
curl --request GET \ --url https://api.sigmamind.ai/v1/campaigns \ --header 'X-API-Key: <api-key>'
{ "data": [ { "campaignId": "camp-XiQEBcj9cc5TFRB4", "campaignName": "My Campaign", "campaignStatus": "live", "scheduledDate": "2023-11-07T05:31:56Z", "concurrentCalls": 5, "agent": { "name": "Demo Agent", "agentId": "mJzLaPEo425lieb9", "status": "Testing" }, "phoneNumber": { "sipPhoneNumber": "+14155552671", "provider": "twilio", "inboundAgentId": "D5D0p7TUs66TTAEAx", "outboundAgentId": "D5D0p7TUs66TTAEAx", "outboundPhoneNumber": "+14155552671", "active": true, "terminationSipURI": "sip.telnyx.com", "friendlyName": "Support Line - US" }, "errors": [ "<string>" ], "scheduled": true } ], "page": 123, "size": 123, "totalCounts": 123, "totalPages": 123, "hasNext": true, "hasPrevious": true }
List all campaigns as a pagination
API Key is required in header. You can find it in the settings
OK
Show child attributes
Suggestions
Contact support