Event Types

auth_rules.backtest_report.created

Auth Rules backtest report created.

postWebhookauth_rules.backtest_report.created

Payload

event_type'auth_rules.backtest_report.created' required

The type of event that occurred.

backtest_tokenstring uuid required

Auth Rule Backtest Token

Example payload

{
  "event_type": "auth_rules.backtest_report.created"
}

Response

Return a 200 status to indicate that the data was received successfully

Changes