Skip to main content

Redeem a sign-in code

POST 

/v1/auth/code/verify

Exchanges an emailed code for a session, creating the account if the address is new. The code is single-use and short-lived. A code is destroyed after too many wrong guesses, since six digits is small enough to guess given unlimited attempts — the client must then request a new one rather than retry.

Request

Responses

Authenticated; a session is returned.