Openapi
List templates
Returns all notification templates in the environment. Templates define reusable email subjects, HTML bodies, and categories. Each template includes a usage count showing how many notifications have referenced it.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/templates"Empty
Delete API key DELETE
Permanently removes the API key record. Any requests using this key will immediately receive 401 responses. This action is irreversible and idempotent.
Create template POST
Creates a new notification template with a name, subject line, HTML body, and category. Templates can be referenced by id when sending notifications or creating scheduled dispatches.