Skip to main content
POST
Retry authentication

Headers

IDEMPOTENCY-KEY
string
required

a UUID ensuring an Autoramp operation is only processed once

X-API-Version
string

Selects the API version for this request, as an ISO date (YYYY-MM-DD). Omit to use the default version (2025-03-13). Supported versions: 2025-03-13, 2026-07-01.

Path Parameters

autoramp_id
string<uuid>
required

the autoramp ID

Response

Authorization of autoramp succeeded

An authentication code

used to confirm a 2FA action

attempts
integer<int32>
required

attempts to submit the authentication code

entity_id
string<uuid>
required

the ID of the entity the authentication is related to

expires_at
string<date-time>
required

the time of expiry for the authentication code

id
string<uuid>
required

The ID of the authentication code

status
enum<string>
required

The status of the Authentication Code

Available options:
Pending,
Expired,
Confirmed,
Rejected