Verify the OTP code for standalone/step-up verification. Returns a challenge token.
Documentation Index
Fetch the complete documentation index at: https://docs.prelude.so/llms.txt
Use this file to discover all available pages before exploring further.
OK
A new challenge token. The token's grant_mode claim
determines what to do next:
session-start — finalize the login via the Finalize login endpoint.single-use / session-bound / profile-bound — the next step-up step (or completion). The frontend SDKs handle this routing automatically.For the OAuth-email-link flow (provider with
verify_email=true) this endpoint also returns a
session-start token, which the SDK finalizes against the
original PKCE code_verifier.
"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9..."