Request verification email
POST/v1/auth/request-email-verification
Creates a new email verification code for the given email if the account exists and is not yet verified. A 6-character alphanumeric code (0-9, a-z) is sent by email; the user enters it in the app. Response is always 202 and does not reveal whether the email exists or was already verified.
Request
Responses
- 202
Generic accepted response