Resend confirmation e-mail
post/auth/v3.0/register/resend-activationmail
Generate a new e-mail activation code and resend the mail. Password is required for security purposes. An activation email will be sent only if: the account exists, the email address is not yet activated and the password matches the one of the user.
Request
Body
application/json
emailUser's e-mail address. A confirmation mail will be resent for account activation.
string
REQUIRED
passwordThe encrypted and base64 encoded password of your user account.
string
REQUIRED
Response
201Account already activated or confirmation e-mail sent.
400Invalid credentials or account locked.
422Registration error.
Shell cURL
shell
Show schema
json