| Accounts | GET /accounts, POST /accounts/connect, DELETE /accounts/:id, GET /accounts/:id/creator-info, GET /accounts/:id/pages, PATCH /accounts/:id/pages/:pageId, GET /accounts/:id/limits | Connect, list, and disconnect social accounts; manage pages and per-account creator info |
| Brands | GET /brands, POST /brands, PATCH /brands/:id, DELETE /brands/:id | Manage workspaces (brands) |
| Invites | GET /invites, POST /invites, DELETE /invites/:id | Brand invite tokens |
| Inbox - Comments | GET /inbox/comments, GET /inbox/comments/:postId, GET /inbox/comments/:postId/:commentId/replies, POST /inbox/comments/:postId, DELETE /inbox/comments/:postId/:commentId, POST .../hide, DELETE .../hide, POST .../like, DELETE .../like, POST .../private-reply | List commented posts and replies, reply, moderate (hide, like, delete, private reply) |
| Inbox - Conversations | GET /inbox/conversations, GET /inbox/conversations/:id, PATCH /inbox/conversations/:id, GET .../messages, POST .../messages, POST .../read | List conversations, read and send DMs, mark as read |
| Inbox - Reviews | GET /inbox/reviews, POST /inbox/reviews/:id/reply | Read reviews and reply |
| Mentions | GET /accounts/:id/mentions | Read mentions for a connected account |
| Publishing | POST /posts, GET /posts, GET /posts/:pid, PATCH /posts/:pid, DELETE /posts/:pid, POST /posts/:pid/retry, POST /posts/:pid/unpublish, GET /posts/:pid/metrics, POST /posts/import, GET /posts/validate, POST /posts/validate | Create, schedule, update, delete, retry, and monitor posts |
| Media Library | GET /media, DELETE /media/:id, GET /media/storage, GET /media/upload-url, POST /media/upload, POST /media/:id/verify | Upload, list, delete media files and check storage |
| Exports | POST /accounts/:id/export, GET /exports, GET /exports/:id, GET /exports/:id/videos | Run and read analytics exports |
| Events | GET /events, GET /events/summary | Unified events log |
| Usage | GET /usage | Check workspace plan usage |
| API Keys | GET /keys, POST /keys, DELETE /keys/:id | Manage API keys |
| Webhooks | GET /webhooks, POST /webhooks, GET /webhooks/:id, PATCH /webhooks/:id, DELETE /webhooks/:id, POST /webhooks/:id/test, GET /webhooks/:id/deliveries, GET /webhooks/:id/deliveries/:did, POST /webhooks/:id/deliveries/:did/retry, GET /webhooks/events | Manage outbound webhook endpoints, inspect deliveries, list event catalog |
| OAuth redirect URIs | GET /oauth/redirect-uris, POST /oauth/redirect-uris, DELETE /oauth/redirect-uris/:id | Manage the OAuth redirect URI whitelist (dashboard only) |
| Twitter BYOK | GET /platforms/twitter/credentials, PUT /platforms/twitter/credentials, PUT /platforms/twitter/credentials/brand/:brand_id, DELETE /platforms/twitter/credentials, DELETE /platforms/twitter/credentials/brand/:brand_id, POST /platforms/twitter/credentials/test | Manage your Twitter / X developer app credentials |
| WhatsApp | POST /platforms/whatsapp/phone-numbers/:id/request-code, POST .../verify-code, POST .../register, POST .../deregister, GET .../status, GET .../business-profile, PUT .../business-profile, GET /platforms/whatsapp/accounts/:id/templates, POST .../templates, DELETE .../templates, GET /platforms/whatsapp/templates/:id, PUT /platforms/whatsapp/templates/:id, POST /platforms/whatsapp/accounts/:id/send-template | Manage WhatsApp Cloud API phone numbers and templates |
| Users | GET /users/me, PATCH /users/me, DELETE /users/me | User profile |
| Billing | POST /billing/checkout, POST /billing/portal, GET /billing/checkout/status | Stripe billing (handled outside the OpenAPI spec) |