---
title: "Propose a trusted counterparty"
method: POST
path: "/atlas/directory/counterparties"
tags: ["Atlas Settlement Network"]
---

# Propose a trusted counterparty

`POST /atlas/directory/counterparties`

Permissions required: **Propose Trusted Counterparty**


Propose adding a new trusted counterparty for a participant.

## Headers

- `Api-Signature` string, required
- `Api-Timestamp` integer, required

## Request body

- SNTrustedCounterpartyProposal
  - `counterpartyId` string, required
  - `description` string
  - `idempotentId` string, required
  - `participantId` string, required

## Response `201`

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `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)
