Skip to content

Location Management

APIs return the details of divisions and locations associated with the developer.

Get Divisions Details

Request

This operation provides the divisions details.

Security
bearerAuth
Query
pagenumber

page number

sizenumber

size of records

Headers
X-PB-Developer-Partner-IDstring
curl -i -X GET \
  'https://api-sandbox.sendpro360.pitneybowes.com/locationmgmt/api/v1/divisions?page=0&size=0' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'X-PB-Developer-Partner-ID: string'

Responses

Divisions Get Successfully

Bodyapplication/json
pageInfoobject

Pagination details

dataobject

array of divisions

Response
{ "pageInfo": { "total": 1, "pages": 1, "page": 10 }, "data": { "divisionID": "4a0e2Bb4Njw", "name": "UK" } }