Resets the password
Resets the password
Header Parameters
- resetToken string required
- application/json
Request Body required
- password string
- confirmPassword string
- email string
Responses
- 200
- 401
- 404
Ok - The request has completed successfuly
- application/json
- Schema
- Example (from schema)
Schema
- ErrorCode string
- ErrorMessage string
- InvalidField string
- TimeGenerated string
- Result object
{
"ErrorCode": null,
"ErrorMessage": null,
"InvalidField": null,
"TimeGenerated": "2023-07-31T07:45:58.869396Z",
"Result": null
}
Access token is missing or invalid
- application/json
- Schema
- Example (from schema)
Schema
- ErrorCode string
- ErrorMessage string
- InvalidField string
- TimeGenerated string
- Result object
{
"ErrorCode": "client.unauthorized.error",
"ErrorMessage": "The client is not authorized",
"InvalidField": null,
"TimeGenerated": "2023-07-31T07:45:58.869396Z",
"Result": null
}
The resource you are trying to acces doesn't exist.
- application/json
- Schema
- Example (from schema)
Schema
- ErrorCode string
- ErrorMessage string
- InvalidField string
- TimeGenerated string
- Result object
{
"ErrorCode": "client.notfound.error",
"ErrorMessage": "The resource you are trying to acces doesn't exist",
"InvalidField": null,
"TimeGenerated": "2023-07-31T07:45:58.869396Z",
"Result": null
}
Loading...