For the complete documentation index, see llms.txt. This page is also available as Markdown.

Password set

post

Change password.

Body
reset_codestringOptional
passwordstringOptional
Responses
200Success
application/json
object · AuthPasswordSetResultOptional
post/auth/password-set
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?