Request a sign-up code

View as Markdown

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

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
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.
verificationIdstringOptional

Errors

400
Bad Request Error