Shared APIs
/Billing Codes APIs
//Get Company Codes
Returns a list of Company Codes.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/companyCodes
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/companyCodes
curl -i -X GET \
https://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/companyCodes \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-PB-Developer-Partner-ID: string'A list of Company Codes has been retrieved successfully.
Response
[ { "id": "cmpy6789abc", "code": "COMP001", "description": "This is description for updated company code COMP001-u1" } ]