Get Counterparty companies
Example of getting counterparty companies:
GET https://api.avallone.io/api/v1/counterparty/companies
Authorization: Bearer <token>
Content-Type: application/json
{
"metadata": {
"currentPage": 0,
"totalPages": 7,
"limit": 15,
"nextPageURI": "/api/v1/counterparty/companies?page=1&limit=15"
},
"results": [
{
"name": "Acme Inc",
"registrationNumber": "DJ654",
"addresses": [
{
"streetAddress": "Street 23",
"zipCode": "2399",
"city": "New York",
"countryCode": "US"
}
],
"referenceId": ref-1234,
"contactPerson": {
"firstName": "John",
"lastName": "Doe",
"email": "john@acme.inc"
},
"incorporationCountryCode": null,
"amlStatus": null
},
{
"name": "Waync Corp",
"registrationNumber": null,
"addresses": [
{
"streetAddress": "Elm Street",
"zipCode": "2345",
"city": "Elm",
"countryCode": "US"
}
],
"referenceId": null,
"contactPerson": {
"firstName": "John",
"lastName": "Doe",
"email": "john@acme.inc"
},
"incorporationCountryCode": null,
"amlStatus": null
},
]
}
Need more help?
Contact us on support@avallone.io and we will get in contact with you as fast as possible.