API Reference
Perform a retry (V1 API)
deprecated
This page presents how to perform a retry with our Legacy API, V1.
POST
Perform a retry
V2 equivalent: In V2, retries are handled by replaying the same Create or retry a verification request within the verification window. There is no dedicated retry endpoint.
Authorizations
Body
application/json
Response
OK
The UUID of the corresponding authentication.
The status of the retry. Possible values are:
approved- The retry was approved and a new code was sent.denied- The retry was denied.no_attempt- No attempt was sent yet, so a retry cannot be completed.rate_limited- The authentication was rate limited and cannot be retried.expired_auth- The authentication has expired and cannot be retried.already_validated- The authentication has already been validated.
Available options:
approved, denied, no_attempt, rate_limited, expired_auth, already_validated Example:
"approved"
The time at which the next retry will be available.
The number of remaining retries.
Required range:
x >= 0Example:
3
Perform a retry