Lists the legal entities under the calling organization so an integration can resolve which entity a worker, contract, payroll cycle or invoice belongs to; the ids returned are the legal entity ids other Deel endpoints expect. Filter by country, type, global_payroll or legal_entity_id, and set include_payroll_settings to include payroll config in the same call. Archived entities are returned by default — pass include_archived=false for active only. Results are cursor-paginated.
Token scopes: organizations:read, accounting:read
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/