---
title: "Get Carrier Account list."
method: GET
path: "/rest/api/shipping/carrier-account/map/"
tags: ["Shipment"]
---

# Get Carrier Account list.

`GET /rest/api/shipping/carrier-account/map/`

Get Carrier Account List

## Response `200`

Returns list of Carrier Account

- CarrierAccountMappingListingDTO — This object represents a lisitng item of carrier account information
  - `carrierAccounts` CarrierAccountMappingDTO[] — Listing of CarrierAccountMappingDTO
    - `id` integer — Internal element ID
    - `key` string — Internal element key name
    - `name` string — Internal element name
    - `description` string — Internal element description
    - `options` CarrierAccountOptionsDTO — Contains information about courier account options
      - `isPickupInShipmentCreation` boolean — Information whether pickup is available when creating a shipment
      - `isPickupInShipmentConfirmation` boolean — Information whether pickup is available when confirming a shipment
      - `isShipmentConfirmationRequired` boolean — Information whether shipping confirmation is required

## Other responses

- `401` — Authorization failed
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
