---
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

## Changes

- **2026-08-19** `7647b190b5db` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/innoship/apis/innoship-api/changes/api/Courier/Location/List/:locationId/:courierId/get.md)

---

[API](https://skmtc.dev/innoship/apis/innoship-api.md) · [All operations](https://skmtc.dev/innoship/apis/innoship-api/llms.txt) · [OpenAPI document](https://skmtc.dev/innoship/apis/innoship-api/revisions/625a92a67e74?raw)
