v1
latestOpenAPI 3.0.02026-07-2436163302.7 KBLookup V2
Request a TIN search
This endpoint allows you to search for a business or entity by name within a given country. The system returns a list of matching results, each enriched with tax registration details.
post/lookup/v2/single-searches
Request body
Example request
{
"country_iso_code": "au",
"query": "Fonoa Technologies",
"additional_parameters": {
"address": "Barrow Street Dublin 4"
}
}Response
The TIN search has been accepted and is running. Use the URL in search_result_url to poll for results.
Example response
{
"search": {
"tin_search_id": "b470a195-8e83-4d89-b4a7-4d389ac358a4",
"country_iso_code": "cl",
"query": "Fonoa Technologies",
"requested_at": "2024-01-15T10:30:00.000Z",
"additional_parameters": {
"address": "Barrow Street Dublin 4"
}
},
"search_result_url": "https://api-demo.fonoa.com/lookup/v2/single-searches/b470a195-8e83-4d89-b4a7-4d389ac358a4"
}