Auth
Send verification email
Sends a verification email to the specified email address if the user exists and is not already verified.
post/api/auth/send-verification-email
Request body
Example request
{
"email": "user@example.com"
}Response
Verification email has been sent successfully.
string required
Changes
Changed in 2 of the 7 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲