---
title: "List Analytics Top Couriers Data"
method: GET
path: "/2024-09/analytics/top_couriers"
tags: ["Analytics"]
---

# List Analytics Top Couriers Data

`GET /2024-09/analytics/top_couriers`

Retrieve analytics top couriers data.

Required authorization scope: `public.analytics:read`

## Query parameters

- `from_date` string, required
- `to_date` string, required

## Response `200`

list of top couriers

- AnalyticsTopCouriersData — Summary Analytics Top Courier Data
  - `analytics_top_couriers` AnalyticsTopCourier
    - `from_date` FromDate — unresolved $ref
    - `to_date` ToDate — unresolved $ref
    - `total_shipments_count` TotalShipmentsCount — unresolved $ref
    - `couriers` object[]
      - `name` string — Courier name
      - `shipments_count` integer — Number of shipments for a specific courier
      - `percentage` number — Percentage of shipments for a specific courier
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `400` — failed validations

---

[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/revisions/71d737a5fcbf/schema)
