> ## Documentation Index
> Fetch the complete documentation index at: https://docs.annature.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Verification created

Triggered when a new verification request is created.

Use this event to record the verification in your application, or to begin generating access tokens for muted verifications via the [Retrieve a verification token](/api-reference/verifications/retrieve-verification-token) endpoint.

<ResponseExample>
  ```json theme={null}
  {
    "event": "verification_created",
    "verification_id": "9d2e4b8c1a7f53e06c4b9d2a8e1f0c57",
    "created": "2026-08-24T00:00:00Z"
  }
  ```
</ResponseExample>
