Reset password
POST https://{{base_url}}/v3/user/reset_password
The Reset password API request allows you to reset your Contentstack account password.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Reset password API Reference document
Request Body
{"user"=>{"reset_password_token"=>"abcdefghijklmnop1234567890", "password"=>"Simple@123", "password_confirmation"=>"Simple@123"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |