Skip to main content
GET
/
api
/
v1
/
accounts
/
{account_id}
/
campaigns
/
{id}
/
campaign_scheduler
Show campaign schedule
curl --request GET \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/campaigns/{id}/campaign_scheduler \
  --header 'api_access_token: <api-key>'
{
  "id": 123,
  "campaign_id": 123,
  "scheduled_at": "2023-11-07T05:31:56Z",
  "timezone": "Asia/Riyadh",
  "recurrence_pattern": "weekly",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Response

Campaign scheduler details

id
integer
campaign_id
integer
schedule_type
enum<string>
Available options:
once,
recurring
scheduled_at
string<date-time>
timezone
string
Example:

"Asia/Riyadh"

recurrence_pattern
string
Example:

"weekly"

created_at
string<date-time>