---
title: "Get platform by platform ID"
method: GET
path: "/config/platforms/{platform_id}"
tags: ["Platform accounts"]
---

# Get platform by platform ID

`GET /config/platforms/{platform_id}`

Get a RippleNet platform by its platform ID.

## Response `200`

Returns a RippleNet platform for the given platform ID.

- PlatformResponse — Response object for creating a Ripplenet platform, which maps to a real world financial institution.
  - `platform_id` string, uuid — Unique identifier for the RippleNet platform.
  - `name` string — Name of the RippleNet platform.
  - `platform_type` 'WALLET_PROVIDER' | 'FIAT_INSTITUTION' | 'DIGITAL_EXCHANGE' — The type of institution this RippleNet platform represents (WALLET_PROVIDER, FIAT_INSTITUTION, or DIGITAL_EXCHANGE).
  - `description` string — A short description of the RippleNet platform.
  - `institution` string — Name of the institution this RippleNet platform represents.
  - `servicer_code` string — Akin to the routing number (US), Sort Code (UK), or IFSC code (India).

## Other responses

- `400` — Bad request.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/versions/7843f07ca150/schema)
