---
title: "Get a counterparty by ID"
method: GET
path: "/atlas/directory/counterparties/{counterpartyId}"
tags: ["Atlas Settlement Network"]
---

# Get a counterparty by ID

`GET /atlas/directory/counterparties/{counterpartyId}`

Permissions required: **Read vault activity**


Get a single trusted counterparty by its ID.

## Path parameters

- `counterpartyId` string, required

## Query parameters

- `participantId` string, required

## Response `200`

counterparty

- SNTrustedCounterpartyResponse
  - `counterparty` SNTrustedCounterparty, required
    - `counterpartyId` string, required
    - `counterpartyName` string, required
    - `description` string
    - `isActive` boolean, required

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/revisions/166864b1ec6d/schema)
