v1
latestOpenAPI 3.1.02026-07-241695611.0 MBInternational
Post International Search
Create a new international business search.
post/international/searches
Headers
Preferstring nullable
Request execution preference (RFC 7240). Use respond-async for asynchronous execution, wait=N to specify a synchronous timeout hint in seconds, or priority=low to route the task to the low-priority queue.
Example:respond-async
Request execution preference (RFC 7240). Use respond-async for asynchronous execution, wait=N to specify a synchronous timeout hint in seconds, or priority=low to route the task to the low-priority queue.
Request body
Example request
{
"name": "White, Floyd and Cook",
"address": "1 Parliament St, London SW1A 2JR, United Kingdom",
"filing_number": "09517735",
"officer_names": [
"Nathan Harrington",
"Alexander Wolfe"
],
"website": "https://www.figueroa.com/",
"phone_number": "436-502-9710",
"email": "zacharymoore@example.com",
"alternative_names": [
"Joe's Pizza",
"Joe's Pizzeria"
],
"reference_id": "Search1234",
"options": [
"Order.Enhanced"
]
}Response
Response
Example response
{
"user": {
"first_name": "Austin",
"last_name": "Taylor",
"email": "jessicasimpson@example.com"
},
"name": "Acme Corporation",
"address": "1640 Riverside Drive, Hill Valley, CA",
"search_address": {
"premise": "221B",
"thoroughfare": "Baker Street",
"dependent_thoroughfare": "Marylebone Road",
"locality": "London",
"dependent_locality": "Westminster",
"administrative_area": "England",
"postal_code": "NW1 6XE",
"country_iso_3": "GBR",
"latitude": 51.5237,
"longitude": -0.1585,
"type": "Registered Office"
},
"filing_number": "09517735",
"reference_id": "Search1234",
"filing_number_match": true,
"created_at": "2026-07-16T19:24:27.811868",
"updated_at": "2026-07-16T19:24:27.811885",
"verified": true,
"scores": [
{
"score": 95,
"rating": "A"
}
],
"options": [
"Order.Enhanced"
],
"business": {
"name": "Acme Corporation",
"file_number": "867124",
"standing": "Registered",
"legal_form": "ltd",
"issue_date": "2024-01-01",
"incorporation_date": "2024-01-01",
"last_annual_account_date": "2024-01-01",
"dissolution_date": "2024-01-01",
"registration_authority": "Companies House, United Kingdom",
"registration_authority_code": "CA-ON",
"registration_type": "Federal",
"registry_type": "Registered society",
"addresses": [
{
"premise": "221B",
"thoroughfare": "Baker Street",
"dependent_thoroughfare": "Marylebone Road",
"locality": "London",
"dependent_locality": "Westminster",
"administrative_area": "England",
"postal_code": "NW1 6XE",
"country_iso_3": "GBR",
"latitude": 51.5237,
"longitude": -0.1585,
"type": "Registered Office"
}
],
"alternative_names": [
"Ramos, Garcia and Good"
]
},
"url": "https://api.baselayer.com/searches/c623e29e-1f57-11ef-938f-1edb1b067314"
}