Finish Password Recovery
#
DetailsThis endpoint is used to change the password of an account, given a previously generated token. The token can be generated by using the recover endpoint and is sent to the user by email.
URL : /auth/recover/:token/confirm
Method :
POST
#
Parameters#
passwordBody Parameter
Required
String
Min Length: 8
New password for the account. Must contain at least one number.
#
Request examples#
Example 1 - Valid TokenCode :
200 OK
- Request
- Response
#
Example 2 - Invalid TokenCode :
403 FORBIDDEN
- Request
- Response
#
Example 3 - Password Without NumbersCode :
422 UNPROCESSABLE ENTITY
- Request
- Response