v1

latestOpenAPI 3.0.02026-07-14242833.3 KB
SessionController

Change the password of a customer given their existing and new password.

put/v2/customer/{shortName}/session/password

Path parameters

shortNamestring required

The unique client short-name

Query parameters

tokenstring required

The login token returned from the /session POST call

oldPasswordstring required

The customer's existing password.

newPasswordstring required

The customer's new password.

Response

No Content