# Get Counterparty

This endpoint retrieves the details of a specific counterparty by its unique ID. It returns a single counterparty object corresponding to the provided counterparty_id.

Endpoint: GET /api/v2/counterparties/{counterparty_id}/
Version: Version: e5dd1ef9
Security: CodeBearer

## Path parameters:

  - `counterparty_id` (string, required)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)


