cURL
curl --request POST \ --url https://{appId}.session.prelude.dev/v1/session/otp/check \ --header 'Content-Type: application/json' \ --cookie __verification-login_%7Bapp_id%7D= \ --data ' { "code": "<string>", "challenge_token": "<string>" } '
{ "challenge_token": "<string>" }
Verify the OTP code for standalone/step-up verification. Returns a challenge token.
The OTP code to verify.
"123456"
The challenge token (required for step-up flow).
"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9..."
OK
A new challenge token to use for the next step or to finalize login.
Contact support