Access tokens
What it does
Creates server-side tokens for the Public API. Owners and admins create workspace access tokens. The full token is shown once and must be stored on your server; API clients send it as a Bearer token.
When to use it
Use access tokens when an external backend needs to list contacts, read conversations, send messages, upload files, or query analytics.
How it works
Owners and admins create workspace access tokens. The full token is shown only once, so it must be stored on your server. API clients then send it as a Bearer token:
Authorization: Bearer wk_...
Create a token
- Open the Evercom dashboard.
- Switch to the workspace where the integration runs.
- Go to Settings → Development → Access tokens.
- Enter a token name, click Create, and copy the token shown on screen.
Only owners and admins can create tokens; the full token is shown only once.
Where to configure it
Configure in Settings → Development → Access tokens.
Related modules
Public API, Contacts, Conversations, Messages, Files, Analytics.