curl --request GET \
--url https://api.godiligent.ai/companies/identify \
--header 'X-API-KEY: <api-key>'[
{
"name": "XYZZ GmbH",
"legal_form": "GmbH",
"register": {
"id": "HRB 259538 B",
"country": "DE",
"city": "Charlottenburg (Berlin)",
"foundation_date": "2023-12-04"
},
"address": {
"formatted_address": "123 Imaginary St, 45678 Fictional City",
"components": {
"street": "Imaginary St",
"street_number": "123",
"state": "IS",
"locality_code": "IS",
"city": "Fictional City",
"postal_code": "45678",
"country_code": "FC",
"country": "Fictionland"
},
"type": "residential",
"is_valid": true,
"is_verified": true,
"is_suspicious": false,
"is_blacklisted": false,
"is_primary": true,
"street_view": "<string>",
"sources": [
{
"name": "Source Name",
"link": "https://www.example.com"
}
]
},
"ownership": {
"shareholders": [
{
"name": "John Doe",
"percentage": 100,
"type": "INDIVIDUAL",
"location": "City, Country",
"is_major_shareholder": true,
"is_ubo": true,
"gender": "MALE",
"tax_code": "123456789",
"address": "123 Main St, City, Country"
}
],
"total_percentage": 100,
"total_shareholders_count": 1,
"total_major_shareholders_count": 1,
"total_ubos_count": 1
},
"source": {
"name": "Source Name",
"link": "https://www.example.com"
},
"status": "ACTIVE",
"commercial_name": "<string>",
"is_blocked": false,
"description": "SOFTWARE CONSULTANCY",
"vat_number": "<string>",
"representation_rules": "This is a placeholder for representation rules.",
"signatory_powers": [
{
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "1990-01-01",
"entity_name": "Example GmbH",
"location": "City, Country",
"role": "ROLE",
"effective_date": "2024-01-01",
"representation": "Representation details",
"role_local": "Role",
"signatory_power": "POWER_TYPE"
}
],
"industry_classifications": {
"ateco": [
"47199"
],
"nace": [
"4719"
],
"sic": [
"5999"
]
},
"pec": "[email protected]",
"rea_code": "128207",
"financials": {
"date": "2022-12-31",
"items": [
{
"id": "share_capital",
"note": "<string>",
"unit": "EUR",
"value": 100000
}
]
},
"extras": [
{
"name": "website",
"value": "www.example.eu"
}
]
}
]Get company by various data points
curl --request GET \
--url https://api.godiligent.ai/companies/identify \
--header 'X-API-KEY: <api-key>'[
{
"name": "XYZZ GmbH",
"legal_form": "GmbH",
"register": {
"id": "HRB 259538 B",
"country": "DE",
"city": "Charlottenburg (Berlin)",
"foundation_date": "2023-12-04"
},
"address": {
"formatted_address": "123 Imaginary St, 45678 Fictional City",
"components": {
"street": "Imaginary St",
"street_number": "123",
"state": "IS",
"locality_code": "IS",
"city": "Fictional City",
"postal_code": "45678",
"country_code": "FC",
"country": "Fictionland"
},
"type": "residential",
"is_valid": true,
"is_verified": true,
"is_suspicious": false,
"is_blacklisted": false,
"is_primary": true,
"street_view": "<string>",
"sources": [
{
"name": "Source Name",
"link": "https://www.example.com"
}
]
},
"ownership": {
"shareholders": [
{
"name": "John Doe",
"percentage": 100,
"type": "INDIVIDUAL",
"location": "City, Country",
"is_major_shareholder": true,
"is_ubo": true,
"gender": "MALE",
"tax_code": "123456789",
"address": "123 Main St, City, Country"
}
],
"total_percentage": 100,
"total_shareholders_count": 1,
"total_major_shareholders_count": 1,
"total_ubos_count": 1
},
"source": {
"name": "Source Name",
"link": "https://www.example.com"
},
"status": "ACTIVE",
"commercial_name": "<string>",
"is_blocked": false,
"description": "SOFTWARE CONSULTANCY",
"vat_number": "<string>",
"representation_rules": "This is a placeholder for representation rules.",
"signatory_powers": [
{
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "1990-01-01",
"entity_name": "Example GmbH",
"location": "City, Country",
"role": "ROLE",
"effective_date": "2024-01-01",
"representation": "Representation details",
"role_local": "Role",
"signatory_power": "POWER_TYPE"
}
],
"industry_classifications": {
"ateco": [
"47199"
],
"nace": [
"4719"
],
"sic": [
"5999"
]
},
"pec": "[email protected]",
"rea_code": "128207",
"financials": {
"date": "2022-12-31",
"items": [
{
"id": "share_capital",
"note": "<string>",
"unit": "EUR",
"value": 100000
}
]
},
"extras": [
{
"name": "website",
"value": "www.example.eu"
}
]
}
]The legal_name of the company
"CrossLend GmbH"
The address of the business, partial or full address
"CrossLend GmbH"
The VAT number of the business
"DE123456789"
The level of details to be returned
FULL, BASIC "FULL"
The country code of the business, in alpha-2 format (ISO 3166-1 alpha-2)
"DE"
OK
"XYZZ GmbH"
"GmbH"
Show child attributes
"123 Imaginary St, 45678 Fictional City"
Show child attributes
"Imaginary St"
"123"
"IS"
"IS"
"Fictional City"
"45678"
"FC"
"Fictionland"
residential, business, unknown "residential"
true
true
false
false
true
Show child attributes
Show child attributes
"John Doe"
100
"INDIVIDUAL"
"City, Country"
true
true
"MALE"
"123456789"
"123 Main St, City, Country"
100
1
1
1
ACTIVE, REGISTERED, INACTIVE, SUSPENDED, IN_REGISTRATION, TERMINATED "ACTIVE"
"SOFTWARE CONSULTANCY"
"This is a placeholder for representation rules."
Show child attributes
"John"
"Doe"
"1990-01-01"
"Example GmbH"
"City, Country"
"ROLE"
"2024-01-01"
"Representation details"
"Role"
"POWER_TYPE"
"128207"
Show child attributes
"2022-12-31"