---
title: "List Platforms"
method: GET
path: "/v1/platforms"
tags: ["Platforms"]
---

# List Platforms

`GET /v1/platforms`

List Platforms if the Organization is set up with Platforms in their model. Ordering is by creation date.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

List of platforms

- PlatformPage — Pagination details for boarding API (without total counts)
  - `page` integer, required — The current page number
  - `limit` integer, required — The size of the page (matches limit request parameter)
  - `nextPage` integer, required — The next page number
  - `previousPage` integer, required — The previous page number
  - `links` object, required
    - `next` string, required — The link to the next page
    - `previous` string, required — The link to the previous page
  - `content` PlatformDetails[], required
    - `id` string, required — Unique identifier for the platform
    - `pspId` string — Unique identifier for the PSP
    - `externalPlatformReference` string, required — Unique reference, assigned by external client.
    - `legalEntityName` string, required — The officially registered name of the business as recorded in legal or governmental registries.
    - `createdAt` string, date-time, required — Timestamp when the resource was created. UTC timezone. Format YYYY-MM-DDTHH:MM:SS.ssssssZ
    - `updatedAt` string, date-time, required — Timestamp when the resource was last updated. UTC timezone. Format YYYY-MM-DDTHH:MM:SS.ssssssZ

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Resource not found
- `405` — Method not allowed
- `409` — Resource conflict
- `429` — Too many requests
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/ppro/apis/payment-charges.md) · [All operations](https://skmtc.net/ppro/apis/payment-charges/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ppro/payment-charges/versions/112e8bb4c815/schema)
