Overview
The SuprSend Management API lets you programmatically manage assets such as: Workflows, Templates, Schemas, Translations. This API is designed for asset management and cross-workspace operations (e.g., promoting workflows from Staging → Production).The Management API only provides access to resources managed in the SuprSend Dashboard.For all other operations (e.g., users, triggering workflows, managing tenants or preferences), use the REST API Reference.
Authentication
Management APIs require a Service Token for authentication.Generate one from Dashboard → Account Settings → Service Tokens. Include the token in the
Authorization
header as ServiceToken <YOUR_SERVICE_TOKEN>
: