Update simulation status
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.
In: header
Response Body
curl -X PUT "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/simulation"Get simulation status GET
Returns whether simulation mode is enabled for the environment, along with the count of intercepted messages and the timestamp of the most recent one. When simulation mode is on, all outbound deliveries are intercepted and stored locally instead of being sent to real providers.
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.