Openapi
List simulation messages
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.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/simulation/messages"Empty
Update simulation status PUT
Enables or disables simulation mode for the environment. When enabled, all outbound deliveries are intercepted and stored as simulation messages instead of being sent to real providers. This endpoint is idempotent.
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.