Reset Password
Check your e-mail for further instructions.
Reset
Name
newsletter_verifyemail
Auth
no
Description
Uses a code sent in a mail to the email, which the user had subscribed to the Newsletter. If the code is valid, then the user's email is marked as verified.
Output
The email that was marked as verified is set This is for security reasons.
Required
Parameter | Description |
code | string code, sent in a mail to the user |
Example
{ result: 0, email: "newsletter@pcloud.com" }
Errors
Code | Description |
1000 | Log in required. |
1022 | Please provide 'code'. |
2000 | Log in failed. |
2012 | Invalid 'code' provided. |
2013 | Email is already verified. |
5000 | Internal error. Try again later. |