v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBCompanies > LegalEntity
Reads all Legal entities
Reads all Legal entities
get/api/2026-07-01/resources/companies/legal_entities
Query parameters
ids[]string[]
identifier of the legal entity
identifier of the legal entity
[ "754", "98" ]
employees_ids[]string[]
identifier of the employees asigned to the legal entity
identifier of the employees asigned to the legal entity
[ "1", "2", "3" ]
companies_ids[]string[]
identifier of the companies to which the legal entity belongs
identifier of the companies to which the legal entity belongs
[ "1" ]
country_ids[]string[]
country code of the legal entity
country code of the legal entity
[ "es" ]
Response
OK
Example response
{
"data": [
{
"id": "754",
"company_id": "1",
"country": "es",
"legal_name": "Acme Inc.",
"currency": "EUR",
"tin": "H41192410",
"city": "Barcelona",
"state": "Barcelona",
"postal_code": "08005",
"address_line_1": "Carrer Mallorca",
"address_line_2": "61 2A"
}
]
}