Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Example of getting counterparties:

GET https://api.avallone.io/v1/counterparties
Authorization: Bearer <token>
Content-Type: application/json

{
  "results": [
    {
      "name": "Counterparty 1",
      "category": "individual",
      "referenceId": "id1"
    },
    {
      "name": "Counterparty 2",
      "category": "entity",
      "referenceId": "id2"
    }
  ]
}

Need more help?

Contact us on support@avallone.io and we will get in contact with you as fast as possible.

  • No labels