Set Password
contact-auth
Set Password
Set the contact’s password for the first time.
Returns HTTP 409 if the contact already has a password hash. Clients must use POST /me/password/change to update an existing password. Returns the updated /me shape (including has_password: true) on success.
POST
Set 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).