---
title: "List all Platform Names"
method: GET
path: "/2024-09/shipping_rules/platforms"
tags: ["Shipping Rules"]
---

# List all Platform Names

`GET /2024-09/shipping_rules/platforms`

Retrieve a list of available platform names for shipping rules.

Required authorization scope: `public.shipping_rule:write`

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

list of platform names

- ShippingRulePlatformList — List of plaforms for Shipping Rules
  - `platforms` ShippingRulePlatform[]
    - `name` string — Platform name for shipping rules.
  - `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/revisions/71d737a5fcbf/schema)
