v1
latestOpenAPI 3.0.02026-07-2468247202.3 KBData (Business)
Business Lookup (Autofill)
Use this API in your SDK to auto-fill business information when a customer onboards, speeding up the onboarding process. Lookup full business profile by business_entity_id and country. Returns registry data only (business_info, registration_info, related_persons, events); no status/result fields. Mandatory: business_entity_id, country_code. Optional: state_code (required for some countries e.g. US).
post/data/business/lookup
Request body
Response
Registry data only; business_info, registration_info, related_persons, events (no status/result).
Example response
{
"related_companies": [
{
"addresses": [
{
"full_address": "222 Palm Street, Santa Monica, CA - 93251, US",
"parsed_address": {
"address_street_1": "222 Palm Street",
"address_city": "Santa Monica",
"address_state": "CA",
"address_zip_code": "93251",
"address_country": "US",
"address_type": "home"
}
}
]
}
]
}