This documentation is created for Cardtonic Business Users Cardtonic
{ "newPassword": "Password1#", "oldPassword": "#Password1#" }
curl --location --request PATCH 'https://api.cardtonic.com/v1/users/change-password' \ --header 'X-Tonic-Env: development' \ --header 'Content-Type: application/json' \ --data-raw '{ "newPassword": "Password1#", "oldPassword": "#Password1#" }'
{ "success": false, "message": "validation errors", "meta": { "settings": null }, "errors": [ { "message": "old and new passwords cannot be same", "field": "oldPassword", "location": "body" } ] }