Change Password
contact-auth
Change Password
Change the contact’s password, verifying the current one first.
Returns HTTP 422 if current_password is incorrect. Returns HTTP 400 if the contact has no password set yet. On success: bumps token_version (invalidates all outstanding refresh tokens — same semantics as logout_everywhere). Returns the updated /me shape (including has_password: true) on success.
POST
Change Password
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/vnd.api+json
Response
Successful Response
JSON:API single-resource envelope for /me routes.
JSON:API resource object for the current contact (GET /me family).