---
title: "List of Supported Couriers"
method: GET
path: "/2024-09/trackings/external_courier_services"
tags: ["Trackings"]
---

# List of Supported Couriers

`GET /2024-09/trackings/external_courier_services`

List courier services that do not support label generation but are trackable.

Required authorization scope: `public.track_3p:read`

> **Note:** Calls to this endpoint count towards your API usage allowance. You can monitor your current usage in the [Subscription section](https://app.easyship.com/account/subscription) of your account.

## Query parameters

- `page` integer
- `per_page` integer
- `origin_country_alpha2` string
- `name` string

## Response `200`

external couriers successfully

- TrackingCourierServicesExternalList — List of External Courier Services
  - `courier_services` TrackingCourierServiceExternal[]
    - `name` string — Human-readable name of the courier
    - `slug` string — Identifier for tracking service
    - `origin_country_alpha2` CountryAlpha2[]
  - `meta` MetaWithPagination
    - `pagination` Pagination — Pagination
      - `next` integer, nullable
      - `count` integer, nullable — The total number of items. The `null` value is used with countless pagination (used for faster response on large datasets, like shipments).
      - `page` integer — Current page
    - `request_id` string — An unique ID represent the request.

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/versions/71d737a5fcbf/schema)
