Back
Change Password
PUT/users/me/password
Authorization
AuthorizationBearer <token>
API key authentication - use your API key as a Bearer token
In: headerRequest Body
newPasswordstring
New password must be at least 6 characters
Response Body
> 200application/json
// PUT /users/me/password // See cURL example for request shape.
{}