v1
latestOpenAPI 3.1.02026-07-242735131.1 MBLegal Entities
Show Legal Entity Administrative details
Show administrative details of legal entity for the authorized company specified in the request.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (company_admin) | View companies (company:read) | Manage companies (company:write) |
get/v1/companies/{company_id}/legal-entities/{legal_entity_id}/administrative-details
Path parameters
company_idstring uuid required
Identifier of the employment being terminated.
Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5
Company ID
legal_entity_idstring uuid required
Identifier of the employment being terminated.
Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5
Legal entity ID
Response
Success
Example response
{
"data": {
"legal_entity_state": "new",
"trade_sector": "test sector"
}
}