List topics
Returns all subscription topics in the environment, grouped by category. Topics let recipients control which types of notifications they receive. Each topic has a name, category, and flags indicating whether it is required (cannot be unsubscribed) or opted-in by default.
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/topics"Delete simulation messages DELETE
Permanently deletes all intercepted simulation messages for the environment. Returns the count of deleted messages. This action is irreversible and idempotent.
Create topic POST
Creates a new subscription topic in the environment. Provide a name, category, and optionally set `isRequired` (recipients cannot unsubscribe) or `isDefault` (new recipients are automatically subscribed). Topics are referenced by id when sending notifications and managing recipient preferences.