cURL
curl --request POST \ --url https://{tenantId}.api.nestmed.com/api/v1/auth/change-password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "currentPassword": "<string>", "newPassword": "<string>" } '
{ "error": { "code": "<string>", "message": "<string>", "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "details": {} } }
Allows an authenticated user to change their own password.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Password changed successfully.