Get Policies for Organization
Authentication
Query parameters
Filter by policy name (case-insensitive search)
Filter by state/region codes
Items per page (max 50)
Pagination token from the previous response (next)
Filter by policy name (case-insensitive search)
Filter by state/region codes
Items per page (max 50)
Pagination token from the previous response (next)
Look up an organization’s time-off policies, most commonly to resolve a policy_id for use with Get Profiles Assigned to Policy, or to audit policy configuration (allowances, tracking rules) before assigning workers or reviewing compliance. Filter by policy_type to narrow results to the leave categories relevant to your integration; each result’s assigned profile count lets you spot unused or over-assigned policies without an extra call.
Token scopes: time-off: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/