API Documentation
POST /reset-password
Reset the password to access your subscriber account. You will have to click on the magic link sent to your email address.
Headers
| NAME |
VALUE |
| Content-Type |
application/json |
Request
| KEY |
REQUIRED |
COMMENT |
| email |
Yes |
string |
| password1 |
Yes |
string |
| password2 |
Yes |
string |
Status Code
| CODE |
COMMENT |
| 200 |
Confirmation email sent. |
| 400 |
Input data not correct. |
| 401 |
User is not registered. |