> ## 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 completed

Triggered when the individual has submitted their identity documents and the verification is finished.

The [Retrieve a verification](/api-reference/verifications/retrieve-verification) endpoint can be used after this event to get the latest state of the verification. Reports may not be available immediately — listen for the [Verification reports](/api-reference/events/verification-reports) event, or retrieve them later via [Retrieve reports](/api-reference/verifications/retrieve-reports).

The payload includes a `verified` property for backwards compatibility. This property is deprecated and will be removed without notice to new integrators.

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