Verify the sign-in code
POST/auth/verify-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.
Request Bodyrequired
Section titled “Request Bodyrequired”object
code
required
Six digits.
string
email
required
string format: email
Responses
Section titled “Responses”Signed in; session cookie set.
Wrong or expired code.
Too many attempts.