v1
latestOpenAPI 3.0.02026-07-2436163302.7 KBInstant Lookup
Find a tax identification number
This endpoint allows you to request a validation of the Tax Identification Number and get the response instantly. In order to do so, our system needs a country of the client (ISO code) and a tax identification number of the client.
post/instant-lookup/v1/find
Request body
Example request
{
"country_iso_code": "br",
"tax_identification_number": "100070008"
}Response
The requested TIN was found in our database.
Example response
{
"name": "ACME",
"registration_date": "2017-07-20",
"de_registration_date": "2017-07-20",
"address": "Tower A DLF Tower, 4th Floor, DLF INFINTY TOWER, Sector 25A, Gurugram, Haryana, 122002",
"last_updated": "2025-01-28T14:13:37.605Z",
"errors": [
{
"message": "json request could not be read"
}
]
}