---
title: "GET /parties"
method: GET
path: "/parties"
tags: ["Parties"]
---

# GET /parties

`GET /parties`

Lists all parties for the workspace

## Response `200`

Success

- PartyListResponse — List of parties
  - `data` Party[], required
    - `externalId` string, required — External ID for the party
    - `counterPartyType` string — Type of the counterparty

## Other responses

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

## Changes

- **2026-01-27** `ec5eb2a41457` — 2 info
  - the endpoint scheme security `oauth2` was added to the API
  - the endpoint scheme security `Bearer` was removed from the API

[Change history](https://skmtc.dev/fragment-dev/apis/fragment-payments-api/changes/parties/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.dev/fragment-dev/apis/fragment-payments-api/revisions/02f5100e40d0?raw)
