/
Get Counterparty companies
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.
, multiple selections available,
Related content
Create companies and relationships
Create companies and relationships
More like this
Create counterparty companies
Create counterparty companies
More like this
Create individual counterparties
Create individual counterparties
More like this
Adding counterparties/assignees to a Collector request
Adding counterparties/assignees to a Collector request
More like this
Upload officers and relations
Upload officers and relations
More like this
Why an API?
Why an API?
More like this