v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Legal Entities

Show Legal Entity Administrative details

Show administrative details of legal entity for the authorized company specified in the request.

Scopes

CategoryRead only ScopeWrite 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

dataobject required

Example response

{
  "data": {
    "legal_entity_state": "new",
    "trade_sector": "test sector"
  }
}