---
title: "List the locations that already exist in the courier's own system."
method: GET
path: "/api/Courier/Location/List/{locationId}/{courierId}"
tags: ["Courier"]
---

# List the locations that already exist in the courier's own system.

`GET /api/Courier/Location/List/{locationId}/{courierId}`

## Path parameters

- `locationId` integer, required
- `courierId` integer, required

## Query parameters

- `api-version` string, required

## Headers

- `api-version` string

## Response `200`

Returns the courier's locations

- InnoshipApiCoreCourierServicesEntitiesCourierLocationsResponse
  - `locations` InnoshipApiCoreCourierServicesEntitiesCourierLocationInfo[], nullable
    - `courierLocationId` integer
    - `name` string, nullable
    - `countryCode` string, nullable
    - `countryName` string, nullable
    - `countyName` string, nullable
    - `localityName` string, nullable
    - `addressText` string, nullable
    - `postalCode` string, nullable
    - `contactPerson` string, nullable
    - `phone` string, nullable
    - `email` string, nullable
    - `isDefault` boolean
  - `error` string, nullable

## Other responses

- `400` — Unable to list the courier locations due to errors
- `401` — Unable to authorize request

---

[API](https://skmtc.net/innoship/apis/innoship-api.md) · [All operations](https://skmtc.net/innoship/apis/innoship-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/innoship/innoship-api/revisions/1c6e785395d6/schema)
