Create a new password from a token received in email
Update the password from the auth token received in email.
- application/json
Request Body required
New password request
- guid string required
- password string required
Possible values:
>= 8 characters
and<= 30 characters
- token string required
Responses
- 200
- 400
- 401
- 500
{"token": "value"}
- application/json
- Schema
Schema
- string
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...