Enable or disable dry-run mode. When enabled, anomalies are detected and webhooks emitted, but no actions are taken.
cURL
curl --request POST \ --url https://api.ledger.so/v1/settings/risk/dry-run \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{ "object": "dryRun", "enabled": true }
API key for authentication. Get your key from the Dashboard.
Enable or disable dry-run mode
Dry-run status
dryRun
Whether dry-run mode is enabled