# Overview

Locations are subsets of divisions, which are subsets of your enterprise. Each division can contain multiple locations. At least one division must already exist in order to create a location.

**Divisions and locations allow you to:**

- Assign users to a specific location
- Give users permission to perform admin tasks for specific divisions or locations
- Assign different carrier accounts to certain divisions or locations
- Allow cost accounts to be used by only specified divisions or locations
- View reporting data for individual divisions or locations (requires Analytics subscription)
- Give users permission to view reporting data for specific divisions or locations (requires Analytics subscription) 


Version: 0.1

## Servers

```
https://api-dev.sendpro360.pitneycloud.com/locationmgmt
```

```
https://api-qa.sendpro360.pitneycloud.com/locationmgmt
```

Sandbox Server for Location Management API
```
https://api-sandbox.sendpro360.pitneybowes.com/locationmgmt
```

Production Server for Location Management (uses live data)
```
https://api.sendpro360.pitneybowes.com/locationmgmt
```

## Security

### basicAuth

Type: http
Scheme: basic

### bearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

[Overview](https://docs.sendpro360.pitneycloud.com/_bundle/openapi/location.yaml)

## Location Management

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

### Get Divisions Details

 - [GET /api/v1/divisions](https://docs.sendpro360.pitneycloud.com/openapi/location/location-management/getdivisions.md): This operation provides the divisions details.

### Get Locations Details

 - [GET /api/v1/locations](https://docs.sendpro360.pitneycloud.com/openapi/location/location-management/getlocations.md): This operation provides the location details with the subscription.

