XreplyAIDevelopers
API ReferenceSchedules & Plans

List content plans

Requires scope: `plans:read`. Returns your recurring content plans.

GET
/content_plans
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/content_plans"
{  "content_plans": [    {      "id": 12,      "name": "Weekly build-in-public",      "active": true,      "schedule_day": "monday",      "schedule_time": "09:00",      "next_run_at": "2026-07-14T13:00:00Z"    }  ]}