English
cURL
curl --request GET \ --url https://app.robocallz.ai/user/campaigns \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "name": "Test campaing", "status": "draft", "max_calls_in_parallel": 3, "mark_complete_when_no_leads": true, "allowed_hours_start_time": "00:00:00", "allowed_hours_end_time": "23:59:00", "allowed_days": [ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ], "max_retries": 3, "retry_interval": 60, "created_at": "2025-05-29T07:18:34.000000Z", "updated_at": "2025-05-29T07:18:34.000000Z" } ]
Get a list of all campaigns
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of campaigns
The response is of type object[].
object[]