Skip to content

Reset Password

Request

Bodyapplication/jsonrequired
tokenstring(Token)required
new_passwordstring(New Password)required
POST
/api/v1/users/reset-password
curl -i -X POST \
  https://matric-docs.redocly.app/_mock/openapi/api/v1/users/reset-password \
  -H 'Content-Type: application/json' \
  -d '{
    "token": "string",
    "new_password": "string"
  }'

Responses

Successful Response

Bodyapplication/json
property name*anyadditional property
Response
{}