v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBbusiness
Get Business by ID
get/{businessId}
Path parameters
businessIdstring uuid required
The id of the business to retrieve
Response
success
Example response
{
"companyName": "Abc123 Ltd",
"registrationCountry": "EE",
"registrationNumber": "43434564665756",
"incorporatedOn": {
"year": 1980,
"month": 12,
"day": 3
},
"legalAddress": {
"addressLine1": "Lootsa 1",
"city": "Tallinn",
"postalCode": "10118",
"state": "10118",
"country": "EE"
},
"primaryUser": {
"firstName": "Jane",
"lastName": "Doe",
"mobile": {
"countryCode": "+372",
"number": "56272888"
}
},
"missingFields": [
"incorporatedOn",
"entityType"
],
"outboundLimitAllowed": "7500000",
"outboundLimitConsumed": "1000"
}