Management APIs in SuprSend use Service Token authentication instead of the usual API Key authentication used in other APIs. Service tokens are created at account level and are used to manage resources and assets (like workflows, templates, schemas, etc.) across workspaces.Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
Generating Service Tokens
Service tokens can be generated from your SuprSend dashboard:- Go to SuprSend dashboard → Account Settings → Service Tokens
Generate a new Tokenand provide a descriptive name which tells the purpose of the token.- Click on
Create and View. Copy and store the token somewhere safe. For security purposes, token will only be shown at the time of generation.
Authorizing Management APIs
To authorize your API request, pass service token in theAuthorization header as ServiceToken XXXX, where XXXX is the service token.
Example Header: