---
title: "List Standardized Carriers"
method: GET
path: "/public/v3/StandardizedCarriers"
tags: ["StandardizedCarriers"]
---

# List Standardized Carriers

`GET /public/v3/StandardizedCarriers`

List all standardized carriers by transport mode.

## Query parameters

- `Mode` 'Road' | 'Ocean' | 'Air' | 'Rail', required — The mode of transportation. Valid modes are `Road`, `Ocean`, `Air`, or `Rail`.
- `PageSize` integer
- `PageNumber` integer

## Response `200`

The requested standardized carriers

- StandardizedCarrierResponsePaginatedResponse
  - `totalRecords` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `data` StandardizedCarrierResponse[], nullable
    - `standardizedCarrierId` string, uuid
    - `standardizedName` string, nullable
    - `mode` 'Road' | 'Ocean' | 'Air' | 'Rail' — The mode of transportation. Valid modes are `Road`, `Ocean`, `Air`, or `Rail`.
  - `next` string, nullable
  - `previous` string, nullable

## Other responses

- `400` — The requested standardized carriers are not available
- `401` — Unauthorized

---

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