v1
latestOpenAPI 3.1.02026-07-242735131.1 MBLegal Entities
List Company Legal Entities
Lists all active legal entities 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
Path parameters
company_idstring uuid required
Identifier of the employment being terminated.
Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5
Company ID
Query parameters
pageinteger
Starts fetching records after the given page
page_sizeinteger
Number of items per page
Response
Success
Example response
{
"current_page": 1,
"legal_entities": [
{
"country_code": "USA",
"global_payroll_enabled": true,
"id": "663e0b79-c893-45ff-a1b2-f6dcabc098b5",
"is_default": false,
"name": "Remote Inc"
}
],
"total_count": 1,
"total_pages": 1
}