Documentation Index
Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- API key pair
- Reports functionality enabled (done by iDenfy’s staff)
Sample reports: Download here
The Government Registry API lets you search for companies across 100+ countries and order detailed company reports sourced directly from official government registries. Use it to verify company existence, retrieve registration details, and download structured reports.
GOV Registry
Search
Authorization:
API key pair
Method: GET
Endpoint: https://ivs.idenfy.com/api/v2/gov-registers-documents/search/If
company_name is not provided, all countries country_code are available, except: BD, BR, FI, ID, MA, NI, OM, PH, TT and US-IL, US-NY, US-SC.| Parameter (query) | Type | Required | Sample/available values |
|---|---|---|---|
company_name | String | No | ”Mycompany”, check note above |
country_code | String | Yes | 2-digit ISO country code, check note above |
registry_number | String | No | ”12511182” |
region | String | For US & Canada | 2-digit ISO state code |
Order GOV Registers Company Report
Authorization:
API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/gov-registers-documents/report/If the request is for USA or Canada, add an additional parameter
region with a state in alpha-2 format, e.g. "region": "CA".- Request
- Response
Retrieve Specific GOV Registry Document
Authorization:
API key pair
Method: GET
Endpoint: https://ivs.idenfy.com/api/v2/gov-registers-documents/{id}/
: Report's unique numberRetrieve All GOV Register Documents
Authorization:
API key pair
Method: GET
Endpoint: https://ivs.idenfy.com/api/v2/gov-registers-documents/checked_at query parameter if a date range is needed. The type for the parameter is array[string].
Response sample