Request for a password
POST https://{{base_url}}/v3/user/forgot_password
The Request for a password API helps to get a temporary password to log into an account in case a user has forgotten the login 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 Request for a password API Reference document
Request Body
{"user"=>{"email"=>"john.doe@contentstack.com"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |