Endpoints
Perform a retry (V1 API)
This page presents how to perform a retry with our Legacy API, V1.
POST
For more recent documentation, please refer to our API V2
This endpoint is not required anymore.
Retries are now handled automatically for all apps created after 2024-05-22. You can still use this endpoint if you prefer to have more control over user retries.
How automatic retries work
Automatic retries use the Stateless Mode. It systematically re-uses an existing authentication flow if one is found and is not expired.
Stateless mode
Authorizations
Body
application/json
Your customer UUID, which can be found in the API settings in the dashboard.
The authentication UUID that was returned when you created the authentication.
Response
200
application/json
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
The time at which the next retry will be available.
The number of remaining retries.
Required range:
x > 0