Getting Started
Authentication
All API requests require authentication via a Bearer token in the Authorization header.
Code
Creating an API Key
- Go to Settings > API in the OmniSocials dashboard
- Click Create API Key
- Give it a name and select the scopes you need
- Copy the generated key -- it will only be shown once
You can create multiple API keys with different scopes for different integrations. Keys can be revoked at any time from the Settings page.
Scopes
| Scope | Description |
|---|---|
posts:read | Read posts |
posts:write | Create, update, and delete posts |
media:write | Upload and manage media |
accounts:read | View connected social accounts |
analytics:read | View analytics data |
webhooks:manage | Create and manage webhooks |
Last modified on