Shared APIs
/Billing Codes APIs
//Get Account Codes
Returns a list of Account Codes.
Use sortBy to sort results by a supported field and direction.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes
curl -i -X GET \
'https://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes?sortBy=code%3Aasc' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-PB-Developer-Partner-ID: string'A list of Account Code has been retrieved successfully.
Response
[ { "id": "da5l9bkOMml5", "code": "278001", "description": "This is description for test codehash278001-u1" } ]