1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Clients
  5. POST /reset-password

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.

Note. You should use the reset password features in the subscriber dashboard, rather than hitting this endpoint directly.

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.

How can we help?