Redirect Magic Link to App

Note: This endpoint should not be called programmatically unless in test scenarios. Instead, it is visited when a magic link in an authorisation email is clicked by the app user. Upon visit, the VERIFY OTP is validated, and replaced with AUTH OTP. Then the visitor is redirected to an in-app deep URI, and the app takes over the authentication journey.

Query Params
string
required
length ≥ 1

One Time Password - the VERIFY OTP

string
required
^sign-up$|^login$|^reset$

State, which identifies the journey related to this request. Allowed values:

  • sign-up for sign-up journey
  • login for login journey
  • reset for passcode reset journey
string

Request source (client reference, e.g. haas4)

Responses
307

Redirect

400

Bad Request

500

Internal error

Language
LoadingLoading…