Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Authentication configuration
Required range:
4 <= x <= 128URL to redirect users after successful email verification (if not set, shows default success page)
URL to redirect users after successful password reset (if not set, shows default success page)
Method for email verification (code = 6-digit OTP, link = magic link)
Available options:
code, link Method for password reset (code = 6-digit OTP + exchange flow, link = magic link)
Available options:
code, link URL to redirect users after successful sign in