Reset password
Body
tokenstringRequired
passwordstringRequired
Responses
200
Successful Response
application/json
Responseany
400
Bad Request
application/json
422
Validation Error
application/json
post
/auth/reset-passwordPOST /auth/reset-password HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 34
{
"token": "text",
"password": "text"
}No content
Last updated