Receiving APIs
//Get Inbound Site
This operation is used to retrived the Inbound Sites.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/inboundsites
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/pitneytrack/api/v1/inboundsites
curl -i -X GET \
'https://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/inboundsites?skip=0&limit=20&sort=name%2CASC&query=site&searchBy=parent%3AX7okeWJyx5zz&fetchPrimarySite=true×tamp=2024-11-19T07%3A54%3A46.807&status=active' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "inboundsites": [ { "inboundSiteId": "xy277mD9Plbl", "name": "Gandhi Nagar", "type": "site", "locationId": "M0K9QbNMgob", "locationHierarchy": "Gandhi Nagar", "status": "ACTIVE", "defaultSite": false } ], "pageInfo": { "totalCount": 9, "startCount": 1, "limit": 10 } }