Skip to main content
POST
/
v1
/
session
/
otp
/
retry
Retry standalone OTP
curl --request POST \
  --url https://{appId}.session.prelude.dev/v1/session/otp/retry \
  --header 'X-Verification-Token: <api-key>'
{
  "code": "unauthorized",
  "type": "unauthorized"
}

Authorizations

X-Verification-Token
string
header
required

Verification token returned in the X-Verification-Token response header of POST /v1/session/otp. Replay it on /otp/check and /otp/retry to identify the verification context.

The legacy verificationCookieAuth cookie is still accepted as a fallback for SDKs that don't yet read the header.

Response

No Content