curl --request GET \
--url https://api.topcalls.ai/v1/campaigns \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"next_cursor": "2023-11-07T05:31:56Z"
}List campaigns for your account, ordered by creation time (newest first).
curl --request GET \
--url https://api.topcalls.ai/v1/campaigns \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"next_cursor": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.topcalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer tc_live_xxxxx
Maximum number of results (1-200)
1 <= x <= 200Pagination cursor (ISO 8601 timestamp)
Filter by campaign status.
draft, scheduled, running, paused, completed