---
title: "auth_rules.backtest_report.created"
method: POST
path: "auth_rules.backtest_report.created"
tags: ["Event Types"]
---

# auth_rules.backtest_report.created

`POST auth_rules.backtest_report.created` (webhook)

Auth Rules backtest report created.

## Payload

- object — Webhook payload for the auth_rules.backtest_report.created event.
  - `event_type` 'auth_rules.backtest_report.created', required — The type of event that occurred.
  - `backtest_token` string, uuid, required — Auth Rule Backtest Token
  - `simulation_parameters` BacktestSimulationParameters, required
    - `start` string, date-time, required — The start time of the simulation
    - `end` string, date-time, required — The end time of the simulation
  - `results` object, required
    - `current_version` BacktestStats
      - `version` integer — The version of the rule, this is incremented whenever the rule's parameters change.
      - `approved` integer — The total number of historical transactions approved by this rule during the backtest period, or the number of transactions that would have been approved if the rule was evaluated in shadow mode.
      - `declined` integer — The total number of historical transactions declined by this rule during the backtest period, or the number of transactions that would have been declined if the rule was evaluated in shadow mode.
      - `challenged` integer — The total number of historical transactions challenged by this rule during the backtest period, or the number of transactions that would have been challenged if the rule was evaluated in shadow mode. Currently applicable only for 3DS Auth Rules.
      - `examples` object[] — Example events and their outcomes.
        - `event_token` string, uuid — The event token.
        - `transaction_token` string, uuid, nullable — The token of the transaction associated with the event
        - `timestamp` string, date-time — The timestamp of the event.
        - `decision` 'APPROVED' | 'DECLINED' | 'CHALLENGED' — The decision made by the rule for this event.
    - `draft_version` BacktestStats
      - `version` integer — The version of the rule, this is incremented whenever the rule's parameters change.
      - `approved` integer — The total number of historical transactions approved by this rule during the backtest period, or the number of transactions that would have been approved if the rule was evaluated in shadow mode.
      - `declined` integer — The total number of historical transactions declined by this rule during the backtest period, or the number of transactions that would have been declined if the rule was evaluated in shadow mode.
      - `challenged` integer — The total number of historical transactions challenged by this rule during the backtest period, or the number of transactions that would have been challenged if the rule was evaluated in shadow mode. Currently applicable only for 3DS Auth Rules.
      - `examples` object[] — Example events and their outcomes.
        - `event_token` string, uuid — The event token.
        - `transaction_token` string, uuid, nullable — The token of the transaction associated with the event
        - `timestamp` string, date-time — The timestamp of the event.
        - `decision` 'APPROVED' | 'DECLINED' | 'CHALLENGED' — The decision made by the rule for this event.

## Acknowledgement `200`

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

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
