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
List of counterparties