Skip to main content
GET
Get counterparty by ID

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Path Parameters

id
string
required

Response

Counterparty details

id
string

Unique identifier for the counterparty.

name
string

Name of the counterparty.

externalId
string | null

External identifier for the counterparty.

balance
number<float>

Current balance of the counterparty.

notes
string | null

Additional notes about the counterparty.

isArchived
boolean

Indicates if the counterparty is archived.

types
enum<string>[]

Types associated with the counterparty.

Available options:
client,
supplier,
partner,
contractor,
other