Operations related to authentication tokens
curl -i -X GET \
https://subdomain.dealpos.net/api/v3/ClientSecret \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
{ "ClientSecret": "224e5f1a-3e19-4b2c-b8bf-a984e8e897f1" }
curl -i -X PUT \
https://subdomain.dealpos.net/api/v3/ClientSecret/Update \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
{ "ClientSecret": "f7aef432-d548-45dc-a7a9-2d65f7374d85" }