Skip to main content
A verification moves through a lifecycle. Its status tells you where it is and whether a result is ready — useful when tracking flows and handling webhook events.

The statuses

Statuses vs HTTP codes

These are different things. An HTTP status code describes the result of a single API call; a verification status describes where the verification itself sits in its lifecycle. A call can return 200 while the verification is still Ongoing.

Tracking status

Track status changes in real time with webhooks, or look one up with the Get verification endpoint.