---
title: "Get a balance platform"
method: GET
path: "/balancePlatforms/{id}"
tags: ["Platform"]
---

# Get a balance platform

`GET /balancePlatforms/{id}`

Returns a balance platform.

## Path parameters

- `id` string, required

## Response `200`

OK - the request has succeeded.

- BalancePlatform
  - `description` string — Your description of the balance platform.
  - `id` string, required — The unique identifier of the balance platform.
  - `status` string — The status of the balance platform. Possible values: **Active**, **Inactive**, **Closed**, **Suspended**.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
