---
title: "GET /platform"
method: GET
path: "/platform"
tags: ["Platform"]
---

# GET /platform

`GET /platform`

Gets platform details for the workspace

## Response `200`

Success

- PlatformSuccessResponse
  - `data` Platform, required — Platform object
    - `workspaceId` string, required — Workspace ID this platform belongs to
    - `displayName` string, required — Display name for the platform
    - `created` string, date-time, required — ISO 8601 timestamp when the platform was created
    - `modified` string, date-time — ISO 8601 timestamp when the platform was last modified

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-01-27** `ec5eb2a41457` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fragment-dev/apis/fragment-payments-api/changes/platform/get.md)

---

[API](https://skmtc.dev/fragment-dev/apis/fragment-payments-api.md) · [All operations](https://skmtc.dev/fragment-dev/apis/fragment-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fragment-dev/fragment-payments-api/revisions/79cd0cd88786/schema)
