Deel · Authentication Profile

Deel Authentication

Authentication

Deel secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

HRPayrollGlobal HiringEORContractorsComplianceSCIM
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

deelToken http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/deel-contracts-endpoints-openapi.json, openapi/deel-custom-fields-endpoints-openapi.json,
  openapi/deel-endpoints-1-openapi.json, openapi/deel-eor-endpoints-openapi.json, openapi/deel-eor-worker-endpoints-openapi.json,
  openapi/deel-global-payroll-endpoints-openapi.json, openapi/deel-it-endpoints-openapi.json,
  openapi/deel-platform-endpoints-openapi.json
summary:
  types:
  - http
schemes:
- name: deelToken
  type: http
  scheme: bearer
  description: |-
    ## Authentication
    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.

    ```curl
    curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
      -H 'Authorization: Bearer YOUR-TOKEN-HERE'
    ```

    [Learn more about authentication](/api/authentication)
  sources:
  - openapi/deel-contracts-endpoints-openapi.json
  - openapi/deel-custom-fields-endpoints-openapi.json
  - openapi/deel-endpoints-1-openapi.json
  - openapi/deel-eor-endpoints-openapi.json
  - openapi/deel-eor-worker-endpoints-openapi.json
  - openapi/deel-global-payroll-endpoints-openapi.json
  - openapi/deel-it-endpoints-openapi.json
  - openapi/deel-platform-endpoints-openapi.json