authentication

Request a sign-up code

Sends a one-time code to the given email and returns a verificationId to complete sign-up. No authentication required.

post/api/v1/auth/signup

Request body

emailstring email required

The address to send the code to. Addresses that reach the same mailbox are treated as one account: a +tag is dropped from the local part, dots are ignored in a gmail.com local part, and googlemail.com is read as gmail.com. So dev.user+dial@gmail.com signs in to the account owned by devuser@gmail.com rather than creating a second one, and the account is created under that canonical address.

Response

Code sent.

verificationIdstring

Changes