Shared APIs
/Cost Account APIs
//
Get Cost Accounts
This operation gets cost account details
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/costAccounts
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/costAccounts
curl -i -X GET \
'https://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/costAccounts?page=1&size=10' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-PB-Developer-Partner-ID: 'Response
{ "data": [ { "accountID": "absh7830", "name": "name", "code": "code", "parent": "", "description": "description", "status": true, "passwordEnabled": true, "passwordCode": "test", "billable": true, "advanceOption": { … } } ] }