cURL
curl --request GET \ --url https://api.truedy.ai/api/public/v1/campaigns \ --header 'Authorization: Bearer <token>'
{ "data": {}, "meta": { "request_id": "req_73e786fe-1", "timestamp": "2026-02-04T20:12:04.403365Z" } }
Get all campaigns in your organization.
Campaigns allow you to make bulk calls to multiple contacts. Returns all campaigns with their status, schedule, and statistics.
Your API key. Send in the Authorization header as: Bearer
1 <= x <= 100
x >= 0
Request completed successfully