Openapi
Delete simulation messages
Permanently deletes all intercepted simulation messages for the environment. Returns the count of deleted messages. This action is irreversible and idempotent.
Authorization<token>
In: header
Response Body
curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/simulation/messages"Empty
List simulation messages GET
Returns messages intercepted while simulation mode was enabled. Filter by `channel`, `provider`, or `recipientAddress`. Each message includes the full payload that would have been sent to the real provider, plus the simulated delivery result.
List topics GET
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.