Returns the full record for a single legal entity by id: registration and tax identifiers, address, industry, incorporation date and lifecycle status. cdd_status carries the raw Customer Due Diligence value (coalesced to PENDING when CDD is required, NOT_REQUIRED for Tier-0/SaaS entities before verification starts) and status the mapped lifecycle status, so integrations can poll entity clearance. Returns 404 if the id is unknown or belongs to another organization.
Token scopes: legal-entity: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/