Authentication Methods
The Feed API supports two authentication methods: API keys (for server-to-server integrations) and M2M Bearer tokens (for OAuth-based flows).API Key (Recommended)
Pass your API key in theX-API-Key header:
M2M Bearer Token
For OAuth-based server integrations, use a Bearer token in theAuthorization header:
Required Scopes
API keys created in the Alana dashboard have
feed:read by default. To create webhook subscriptions, enable feed:write in the key settings.
Creating API Keys
- Go to Settings → API Keys in your workspace
- Click New API Key
- Select the
feed:readand/orfeed:writescopes - Copy the key — it is shown only once