---
title: "Get Platform Details"
method: GET
path: "/v1/platforms/{platform-id}"
tags: ["Platforms"]
---

# Get Platform Details

`GET /v1/platforms/{platform-id}`

## Path parameters

- `platform-id` string, required — Unique identifier for the platform

## Response `200`

Details of the specified platform

- PlatformDetails
  - `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)
