Shared APIs
/Billing Codes APIs
/- Get Account Code by ID
Create Account Code
Get Account Codes
Update Account Code
Delete Account Code
Get Account Code by ID
Retrieves a single Account Code by its unique id.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}
curl -i -X GET \
'https://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-PB-Developer-Partner-ID: string'Specified Account Code has been retrieved successfully.
Response
{ "id": "d8WpwWzlMgYO", "code": "280002", "description": "this is description for test codehash280002" }