Content planning
Kanban board, stages, work items, and tags.
Kanban board, stages, and work items. Omit companyId for personal workspace boards.
Plan requirement: API access requires Team or Agency. See pricing.
Base URL: https://api.styrar.com/v1
Routes
| Method | Path | Scope |
|---|---|---|
| GET | /v1/content-planning/board | content_planning:read |
| POST | /v1/content-planning/items | content_planning:write |
| PATCH/DELETE | /v1/content-planning/items/:id | content_planning:write |
| POST | /v1/content-planning/items/:id/move | content_planning:write |
| POST/DELETE | /v1/content-planning/items/:id/tags | content_planning:write |
| PATCH | /v1/content-planning/stages/:id | content_planning:admin |
| PATCH | /v1/content-planning/stages/reorder | content_planning:admin |
Stages and approvals
Stages may set spawnApprovalFlowId so entering a stage starts an approval run on the linked post. See also Automations and approvals.
Related
- Endpoints - route catalog by resource
- Automations and approvals - approval flows
- Authentication - scopes and API keys