cURL
curl --request GET \ --url https://api.nomi.tools/v1/counterparties \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>'
{ "counterparties": [ { "id": "<string>", "name": "<string>", "externalId": "<string>", "balance": 123, "notes": "<string>", "isArchived": true, "types": [ "client" ] } ], "meta": { "total": 123, "limit": 123, "offset": 123 } }
Retrieve a paginated list of counterparties.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Show child attributes
Current page number.
Maximum number of items per page.
Offset for pagination.
List of counterparties
Unique identifier for the counterparty.
Name of the counterparty.
External identifier for the counterparty.
Current balance of the counterparty.
Additional notes about the counterparty.
Indicates if the counterparty is archived.
Types associated with the counterparty.
client
supplier
partner
contractor
other
Total number of items.