Skip to main content
POST
Reset a verification

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

verification_id
string<uuid>
required

Response

The verification's status after reset, back to created.

Status and per-step progress for one verification. Safe to poll.

verification_id
string<uuid>
required

Our id for this verification

reference_id
string | null
required

Your correlation id, echoed back; null if you sent none

status
enum<string>
required

Current lifecycle status

Available options:
created,
in-progress,
completed,
cancelled,
expired
progress
ProgressPublic · object
required

Step counts by status; they sum to total

steps
StepPublic · object[]
required

Every journey step with its current status

created_at
string<date-time>
required

When the verification was created (IST)

opened_at
string<date-time> | null
required

When the user first opened the flow (IST), or null

submitted_at
string<date-time> | null
required

When the user submitted (IST), or null

cancelled_at
string<date-time> | null
required

When the verification was cancelled (IST), or null