Endpoint catalog
Browse signed API operations, required scopes, parameters and response formats.
Download OpenAPI ↓Search by path, name or scope
Signed API · 2 endpoints
GET /service/api/v1/legal-entities/{regcode}
Get a legal entity
- Authentication
- Signed API
- Required access
- legal-entities:read
Returns the same nested legal_entity object loaded for the registry page: address, officers, members, beneficial owners and control chains, history, sanctions and other available registry relationships. It does not include the page wrapper’s separate VID tax lookups or financial_reports. Data reflects the latest successful registry import.
Personal identity numbers, birth dates and identity documents are omitted by default. Including them requires legal-entities:personal-details together with legal-entities:read and an account approved for restricted personal details.
Parameters
regcode · path · required · 11 ASCII digits
GET /service/api/v1/legal-entities/40000000000The response is the complete stored legal entity and its loaded relationships, without a financial_reports or VID wrapper. Capitalized relationship and ID names are part of the JSON contract.
Typical SIA response · excerpt
Illustrative SIA record with an address and no related people in this example. This short excerpt omits metadata and other relationships for readability; the API returns the full schema below. Values are fictional. OpenAPI includes the complete version of this typical example.
{
"id": 101,
"registration_number": "40000000000",
"legal_name": "Example SIA",
"type": "SIA",
"status": "REGISTERED",
"registered_on": "2020-06-15T00:00:00Z",
"removed_on": null,
"AddressID": 201,
"Address": {
"id": 201,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"address_register_code": 100000001,
"postal_code": "LV-1010",
"address_incomplete": null,
"address_complete": "Piemēra iela 1, Rīga, LV-1010",
"county": null,
"city": "Rīga",
"parish": null,
"village": null,
"street": "Piemēra iela",
"house_name": null,
"house_number": "1",
"apartment": null,
"registered_on": "2020-06-15T00:00:00Z"
},
"Officers": [],
"Members": [],
"BeneficialOwners": [],
"PreviousNames": [],
"Sanctions": null
}Complete response schema
Every field in the Legal Entity response is documented here, including all 72 connected object types. Choose a type or follow a linked relationship to inspect its fields.
Field names are case-sensitive. “Always present” describes the property, not its value: nullable properties can be null. Restricted fields are omitted entirely without approved personal-detail access. Numbers are JSON numbers; preserve precision when handling large integer identifiers.
LegalEntity
- id
- integer
Always present.
- created_at
- string (date-time)
Always present.
RFC 3339 date-time string, for example 2026-01-01T00:00:00Z.
- updated_at
- string (date-time)
Always present.
RFC 3339 date-time string, for example 2026-01-01T00:00:00Z.
- registry_record_id
- integer
Always present.
- registration_number
- string
Always present.
- registration_number_assigned_on
- string (date-time)| null
Always present.
RFC 3339 date-time string, for example 2026-01-01T00:00:00Z.
- status
- string
Always present.
- status_details
- string
Always present.
- sepa_creditor_id
- string
Always present.
- register
- string
Always present.
- type
- string
Always present.
- legal_name
- string
Always present.
- cleaned_short_name
- string
Always present.
- registered_on
- string (date-time)| null
Always present.
RFC 3339 date-time string, for example 2026-01-01T00:00:00Z.
- removed_on
- string (date-time)| null
Always present.
RFC 3339 date-time string, for example 2026-01-01T00:00:00Z.
- last_modified_at
- string (date-time)| null
Always present.
RFC 3339 date-time string, for example 2026-01-01T00:00:00Z.
- is_annulled
- boolean| null
Always present.
- atvk_code
- string| null
Always present.
- sanctions_risk
- boolean| null
Always present.
- AddressID
- integer| null
Always present.
- Address
- | null
Always present.
- LinksID
- integer| null
Always present.
- Links
- | null
Always present.
- FormationDetailsID
- integer| null
Always present.
- FormationDetails
- | null
Always present.
- ActivitiesID
- integer| null
Always present.
- ActivitiesDetails
- | null
Always present.
- CommercialDetailsID
- integer| null
Always present.
- CommercialEntityDetails
- | null
Always present.
- ArbitrationCourtDetailsID
- integer| null
Always present.
- ArbitrationCourtDetails
- | null
Always present.
- ReligiousEntityDetailsID
- integer| null
Always present.
- ReligiousEntityDetails
- | null
Always present.
- PoliticalOrganizationDetailsID
- integer| null
Always present.
- PoliticalOrganizationDetails
- | null
Always present.
- PublicAuthorityDetailsID
- integer| null
Always present.
- PublicAuthorityDetails
- | null
Always present.
- SanctionsID
- integer| null
Always present.
- Sanctions
- | null
Always present.
- SpecialStatuses
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Reorganizations
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Liquidations
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- SuspensionsOfActivities
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- ProhibitionsOfActivities
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Reregistrations
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- PreviousNames
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- PreviousAddresses
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- PreviousLegalForms
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- BranchOf
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Branches
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Officers
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Members
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Representatives
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- Procurations
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- BeneficialOwnershipStatuses
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- BeneficialOwners
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- SecuringMeasures
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
- VariousNotices
Always present.
Collections are always arrays. No related rows is []; array items follow the linked object schema.
Complete synthetic response
Structure reference only, not a possible complete company record: it expands alternatives and relationships that need not coexist. Populated objects have matching non-null foreign IDs where disclosed. IDs are illustrative within each table. Optional scalars may be null; recursive means_of_control ends at [] here.
{
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registry_record_id": 1,
"registration_number": "40000000000",
"registration_number_assigned_on": null,
"status": "REGISTERED",
"status_details": "",
"sepa_creditor_id": "",
"register": "",
"type": "SIA",
"legal_name": "Example SIA",
"cleaned_short_name": "",
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null,
"atvk_code": null,
"sanctions_risk": null,
"AddressID": 1,
"Address": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"address_register_code": 1,
"postal_code": null,
"address_incomplete": null,
"address_complete": null,
"county": null,
"city": null,
"parish": null,
"village": null,
"street": null,
"house_name": null,
"house_number": null,
"apartment": null,
"registered_on": null
},
"LinksID": 1,
"Links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
},
"FormationDetailsID": 1,
"FormationDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"objects": null,
"duration_until_objects_achieved": null,
"duration_until": null,
"duration_indefinite": null,
"established_on": null,
"date_of_effective_articles_of_association": null,
"registration_term_until": null,
"registration_renewed_on": null
},
"ActivitiesID": 1,
"ActivitiesDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"territory_of_activity": null,
"goals": [
{
"id": 1,
"activities_details_id": 1,
"value": ""
}
],
"types_of_activity": [
{
"id": 1,
"activities_details_id": 1,
"value": ""
}
],
"nace_types": [
{
"id": 1,
"activities_details_id": 1,
"nace_code": null,
"nace_revision": null,
"removed_on": null,
"last_modified_at": null
}
],
"areas_of_activity": [
{
"id": 1,
"activities_details_id": 1,
"type": null,
"date_from": null,
"date_to": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
]
},
"CommercialDetailsID": 1,
"CommercialEntityDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"limited_partner_contribution_id": 1,
"limited_partner_contribution": {
"id": 1,
"amount": null,
"currency": null
},
"farm_details_id": 1,
"farm_details": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"area_in_hectares": null,
"land_ownership_changes": [
{
"id": 1,
"farm_details_id": 1,
"area_change": null,
"deed_number": null,
"deed_issued_on": null,
"rights_to_land_under_deed": null,
"address": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
]
},
"equity_capitals": [
{
"id": 1,
"commercial_entity_details_id": 1,
"type": null,
"amount": null,
"currency": null,
"number_of_shares": null,
"share_nominal_value": null,
"change_reason": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"decisive_influence_notices": [
{
"id": 1,
"commercial_entity_details_id": 1,
"type": null,
"type_details": [
{
"id": 1,
"decisive_influence_notice_id": 1,
"value": ""
}
],
"date_of_agreement": null,
"date_of_amendments": null,
"DominantEntityID": 1,
"dominant_entity": {
"id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
}
},
"DependentEntityID": 1,
"dependent_entity": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"current_name": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"note": null,
"note_on_removal": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"depositories": [
{
"id": 1,
"commercial_entity_details_id": 1,
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"insolvencies": [
{
"id": 1,
"commercial_entity_details_id": 1,
"date_from": null,
"date_to": null,
"governed_by": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
},
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
]
},
"ArbitrationCourtDetailsID": 1,
"ArbitrationCourtDetails": {
"id": 1,
"date_of_effective_rules_of_procedure": null
},
"ReligiousEntityDetailsID": 1,
"ReligiousEntityDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"affiliation": null,
"previous_registrations": [
{
"id": 1,
"religious_entity_details_id": 1,
"registration_number": null,
"registered_on": null
}
]
},
"PoliticalOrganizationDetailsID": 1,
"PoliticalOrganizationDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"field_offices": [
{
"id": 1,
"political_organization_details_id": 1,
"name": null,
"address": null,
"country": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
]
},
"PublicAuthorityDetailsID": 1,
"PublicAuthorityDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"ContactDetailsID": 1,
"ContactDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"website": null,
"email": null,
"phone": null
},
"RegistrationDetailsID": 1,
"RegistrationDetails": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"authority_type": null,
"established_on": null,
"is_institution_of_higher_education": null,
"is_independent_taxpayer": null,
"taxpayer_unit_number": null,
"higher_authority_number": null,
"higher_authority_current_name": null,
"subordination_type": null
},
"EstablishingActID": 1,
"EstablishingAct": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"legislator_name": null,
"legislator_number": null,
"date": null,
"type": null
},
"DelegatedEntities": [
{
"id": 1,
"public_authority_details_id": 1,
"registry_id": 1,
"registration_number": null,
"name": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null
}
],
"SchoolBranches": [
{
"id": 1,
"public_authority_details_id": 1,
"registry_id": 1,
"name": null,
"AddressID": 1,
"address": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"address_register_code": 1,
"postal_code": null,
"address_incomplete": null,
"address_complete": null,
"county": null,
"city": null,
"parish": null,
"village": null,
"street": null,
"house_name": null,
"house_number": null,
"apartment": null,
"registered_on": null
},
"GeneralManagerID": 1,
"general_manager": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
]
},
"SanctionsID": 1,
"Sanctions": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"legal_entity_sanctions": [
{
"id": 1,
"sanctions_id": 1,
"list": null,
"program": null,
"entry_date": null,
"sanction_links": [
{
"id": 1,
"legal_entity_sanction_id": 1,
"value": ""
}
],
"registered_on": null,
"removed_on": null,
"last_modified_at": null
}
],
"directly_related_sanctions": [
{
"id": 1,
"sanctions_id": 1,
"sanctions_indirect_id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"position": null,
"list": null,
"program": null,
"entry_date": null,
"sanction_links": [
{
"id": 1,
"directly_related_person_sanction_id": 1,
"value": ""
}
],
"registered_on": null,
"removed_on": null,
"last_modified_at": null
}
],
"indirectly_related_sanctions": [
{
"id": 1,
"sanctions_id": 1,
"sanctions_indirect_id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"position": null,
"list": null,
"program": null,
"entry_date": null,
"sanction_links": [
{
"id": 1,
"directly_related_person_sanction_id": 1,
"value": ""
}
],
"registered_on": null,
"removed_on": null,
"last_modified_at": null
}
]
},
"SpecialStatuses": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"date_from": null,
"date_to": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"Reorganizations": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"date": null,
"result": null,
"LegalActID": 1,
"legal_act": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"legislator_name": null,
"legislator_number": null,
"date": null,
"type": null
},
"entities_involved": [
{
"id": 1,
"reorganization_id": 1,
"registration_number": null,
"current_name": null,
"LinksID": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
}
],
"subjects": [
{
"id": 1,
"reorganization_id": 1,
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"current_name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
}
],
"objects": [
{
"id": 1,
"reorganization_id": 1,
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"current_name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
}
],
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"Liquidations": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"started_on": null,
"completion_expected_on": null,
"ended_on": null,
"grounds_for_liquidation": null,
"grounds_for_continuation": null,
"result_type": null,
"LegalActID": 1,
"legal_act": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"legislator_name": null,
"legislator_number": null,
"date": null,
"type": null
},
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"SuspensionsOfActivities": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"started_on": null,
"ended_on": null,
"grounds_for_suspension": null,
"grounds_for_renewal": null,
"result_type": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"ProhibitionsOfActivities": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"started_on": null,
"ended_on": null,
"grounds_for_prohibition": null,
"grounds_for_ending_prohibition": null,
"result_type": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"Reregistrations": [
{
"id": 1,
"legal_entity_id": 1,
"date": null,
"register": null
}
],
"PreviousNames": [
{
"id": 1,
"legal_entity_id": 1,
"name": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"PreviousAddresses": [
{
"id": 1,
"legal_entity_id": 1,
"address": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"PreviousLegalForms": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"register": null,
"registered_because_of": null,
"removed_because_of": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"BranchOf": [
{
"id": 1,
"legal_entity_id": 1,
"date_from": null,
"date_to": null,
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"last_modified_at": null
}
],
"Branches": [
{
"id": 1,
"legal_entity_id": 1,
"date_from": null,
"date_to": null,
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"last_modified_at": null
}
],
"Officers": [
{
"id": 1,
"legal_entity_id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"rights_of_representation": [
{
"id": 1,
"officer_id": 1,
"procuration_id": 1,
"type": null,
"with_at_least": null,
"details": null
}
],
"appointed_on": null,
"term_until": null,
"resigned_on": null,
"position": null,
"position_details": null,
"governing_body": null,
"note": null,
"registered_because_of": null,
"removed_because_of": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"Members": [
{
"id": 1,
"legal_entity_id": 1,
"is_restricted": null,
"date_from": null,
"date_to": null,
"is_personally_liable": null,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"representative_id": 1,
"representative": {
"id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
}
},
"share_holder_details_id": 1,
"share_holder_details": {
"id": 1,
"number_of_shares": null,
"share_nominal_value": null,
"share_currency": null,
"in_percent": null,
"votes": null,
"joint_owners": [
{
"id": 1,
"share_holder_details_id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
]
},
"eeig_party_details_id": 1,
"eeig_party_details": {
"id": 1,
"is_released_from_prior_liabilities": null,
"main_location_address": null,
"main_location_country": null
},
"note": null,
"registered_because_of": null,
"removed_because_of": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"data_incomplete": null,
"data_unknown": null,
"is_annulled": null
}
],
"Representatives": [
{
"id": 1,
"legal_entity_id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"appointed_on": null,
"term_until": null,
"resigned_on": null,
"note": null,
"registered_because_of": null,
"removed_because_of": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"Procurations": [
{
"id": 1,
"legal_entity_id": 1,
"rights_on_immovable_property_id": 1,
"rights_on_immovable_property": {
"id": 1,
"may_alienate": null,
"may_pledge": null,
"may_encumber": null
},
"rights_of_representation": [
{
"id": 1,
"officer_id": 1,
"procuration_id": 1,
"type": null,
"with_at_least": null,
"details": null
}
],
"prokurists": [
{
"id": 1,
"procuration_id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"date_from": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"date_from": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"BeneficialOwnershipStatuses": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"date_from": null,
"date_to": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"BeneficialOwners": [
{
"id": 1,
"legal_entity_id": 1,
"registry_id": 1,
"date_from": null,
"date_to": null,
"is_minor": null,
"is_limited_access": null,
"PersonGroupID": 1,
"person_group": {
"id": 1,
"person_group_information": null
},
"NatureOfControlDetailsID": 1,
"nature_of_control_details": {
"id": 1,
"ownership_in_percent": null,
"votes_in_percent": null,
"description": null
},
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"means_of_control": [
{
"id": 1,
"beneficial_owner_id": 1,
"parent_means_of_control_id": null,
"registry_id": 1,
"nature_of_control": null,
"nature_of_control_specified": null,
"NatureOfControlDetailsID": 1,
"nature_of_control_details": {
"id": 1,
"ownership_in_percent": null,
"votes_in_percent": null,
"description": null
},
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"LegalEntityBasicID": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"means_of_control": [],
"last_modified_at": null,
"registered_on": null
}
],
"limited_access_periods": [
{
"id": 1,
"beneficial_owner_id": 1,
"registry_id": 1,
"registered_on": null,
"removed_on": null
}
],
"note": null,
"registered_because_of": null,
"removed_because_of": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"SecuringMeasures": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"type_details": null,
"date_from": null,
"date_to": null,
"case_number": null,
"imposed_by_id": 1,
"imposed_by": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
},
"prohibition_on_member_share_capital_id": 1,
"prohibition_on_member_share_capital": {
"id": 1,
"natural_person": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"forename": "Example",
"surname": "Person",
"name": "Example Person",
"country": null,
"countries": [
{
"id": 1,
"country": ""
}
],
"country_of_residence": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
},
"legal_entity_basic_id": 1,
"legal_entity_basic": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"registration_number": null,
"external_object_number": null,
"foreign_registration_number": null,
"name": null,
"address": null,
"country": null,
"links_id": 1,
"links": {
"id": 1,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z",
"self": null,
"foreign_entity": null,
"commercial_pledges": null,
"insolvency": null,
"annual_reports": null,
"public_documents": null,
"restricted_documents": null,
"mass_media": null
}
}
},
"note_on_registration": null,
"note_on_removal": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
],
"VariousNotices": [
{
"id": 1,
"legal_entity_id": 1,
"type": null,
"date": null,
"registered_on": null,
"removed_on": null,
"last_modified_at": null,
"is_annulled": null
}
]
}GET /service/api/v1/identity
Identify the current key
- Authentication
- Signed API
- Required access
- identity:read
Parameters
—
GET /service/api/v1/identity{
"credential_id": "11111111-1111-4111-8111-111111111111",
"owner_id": "22222222-2222-4222-8222-222222222222",
"api_key": "ak_<public-key>",
"name": "Production Server",
"scopes": [
"identity:read"
]
}