- Service Tokens are created at the account level, not per workspace.
- They are designed for cross-workspace operations, such as promoting assets from Staging → Production.
- Unlike API Keys, Service Tokens are not tied to notification delivery, but strictly to management operations.
Generating a Service Token
- Navigate to SuprSend Dashboard → Account Settings → Service Tokens
- Click Generate a new Token.
- Provide a descriptive name (e.g.,
staging-to-prod-promotion
). - Click Create and View.
- Copy and store the token securely — it is shown only once at generation.
Service Tokens give access to all workspaces in your account. Store them in environment variables or a secure vault and never commit them to source control.
Using Service Tokens in Management APIs
To authenticate a Management API request, include the Service Token in theAuthorization
header using the ServiceToken
scheme: