Password set

post

Change password.

Body
reset_codestringOptional
passwordstringOptional
Responses
200Success
application/json
Responseobject
post
POST /auth/password-set HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 39

{
  "reset_code": "text",
  "password": "text"
}
200Success
{}

Was this helpful?