Password reset
post
Send password reset code to email or phone number.
Body
user_authstringOptional
email or phone number
Responses
200Success
application/json
post
POST /auth/password-reset HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"user_auth": "text"
}
200Success
{
"user_auth": "text"
}
Was this helpful?