Openapi
Delete API key
Permanently removes the API key record. Any requests using this key will immediately receive 401 responses. This action is irreversible and idempotent.
Authorization<token>
In: header
Response Body
curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/api-keys/{apiKeyId}"Empty
Revoke API key POST
Disables the API key so it can no longer be used for authentication. The key record is preserved for audit purposes. This endpoint is idempotent — revoking an already-revoked key returns success. Returns 409 if the key is already in a revoked state.
List templates GET
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.