Skip to content

Verify the sign-in code

POST
/auth/verify-code

Exchange the emailed six-digit code for a portal session. The session arrives as a Set-Cookie response header; keep a cookie jar and send it on the requests that follow.

object
code
required

Six digits.

string
email
required
string format: email

Signed in; session cookie set.

Wrong or expired code.

Too many attempts.