For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportDeel Home
OverviewPlatformEmployer of RecordContractorsGlobal PayrollHREmbeddedDeel ITAPI ReferenceChangelog
OverviewPlatformEmployer of RecordContractorsGlobal PayrollHREmbeddedDeel ITAPI ReferenceChangelog
LogoLogo
SupportDeel Home
On this page
  • May 15, 2026
  • Added
  • Changed
  • March 20, 2026
  • Changed
  • February 26, 2026
  • Added
  • February 20, 2026
  • Changed
  • February 16, 2026
  • Changed
  • February 12, 2026
  • Added
  • February 11, 2026
  • Changed
  • February 5, 2026
  • Changed
  • February 2, 2026
  • Added
  • January 30, 2026
  • Added
  • Changed

Changelog


May 15, 2026
May 15, 2026

March 20, 2026
March 20, 2026

February 26, 2026
February 26, 2026

February 20, 2026
February 20, 2026

February 16, 2026
February 16, 2026

February 12, 2026
February 12, 2026

February 11, 2026
February 11, 2026

February 5, 2026
February 5, 2026

February 2, 2026
February 2, 2026

January 30, 2026
January 30, 2026

Older posts

Next
Built with

Added

  • Accounting → Retrieve refund statements: Endpoint is now available, which allows to retrieve a list of refund statements for reviewing past transactions and reconciling accounts.

  • Refund Statements → Retrieve refund statement credit-note breakdown: Endpoint is now available, which allows to retrieve a detailed breakdown of credit notes associated with a specific refund statement for financial tracking and reconciliation.

Changed

  • User → Retrieve a single User: The property phoneNumbers was added to the response.

  • Users → List users: The property phoneNumbers was added to the response.

Changed

  • ATS → Associate application with an interview plan stage: Added delay_amount, delay_unit, and scheduled_send_at in the request body to configure delayed or scheduled archivation email sending.

Added

  • Organization Structure → Retrieve paginated list of organization structure team custom fields: New endpoint available that allows users to retrieve custom field values assigned to a specific team in the HRIS organization structure, including inherited values from parent teams.
  • Organization Structure → Update organization structure team custom fields: New endpoint available that allows users to create, update, or remove custom field values for a specific team in the HRIS organization structure, with support for scheduling future-dated changes.

Changed

  • Contracts: Create Contract → Updated endpoint POST /rest/contracts to support both application/json and multipart/form-data content types. The multipart/form-data support enables file uploads for custom contract files (custom_contract_file) while maintaining backward compatibility with JSON payloads.

Changed

  • Onboarding → Get onboarding details by onboarding tracker ID: Added first_early_invoice to the response. Returns the first EOR funding statement invoice for the onboarding contract.
  • Onboarding → Get onboarding details by employee HRIS profile ID: Added first_early_invoice to the response. Returns the first EOR funding statement invoice for the onboarding contract.

Changed

  • Screenings → Create manual verification screening: Response changed to created_at: string, request_id: string

Added

  • ATS → Retrieve a list of published ATS email templates: Endpoint is now available, which allows to retrieve a list of published email templates in the Applicant Tracking System.
  • ATS → Retrieve a list of ATS job boards: Endpoint is now available, which allows to retrieve a list of job boards in the Applicant Tracking System.

Changed

  • ATS → Retrieve ATS application: Added sources and submission data (application_form_submission property) to the response.
  • ATS → Retrieve ATS applications: Added sources and submission data (application_form_submission property) to the response.

Changed

  • Time Off → List time-off requests: Added entitlement_unit in the returned response.
  • Time Off → List time-off requests for Organization: Added entitlement_unit in the returned response.
  • Time Off → Create time-off request: Added entitlement_unit in the returned response.
  • List Cycles → List payroll cycles: Endpoint is now available, which allows to retrieve a list of cycles for a specific legal entity between the date range specified.
  • Reports → Gets G2N report data for a given payroll cycle by it’s ID: Endpoint is now available, which allows to retrieve categorized payslip gross to net report data for contracts within the specific payroll cycle.

Added

  • Time Tracking Shifts → Bulk delete shifts: Endpoint is now available, which enables deleting multiple shifts at once based on external_ids.

Added

  • ATS → Retrieve a list of ATS job postings: Endpoint is now available, which allows to retrieve a list of all job postings in the Applicant Tracking System for a specific job board.

Changed

  • Accounting → Retrieve payment receipts: Added a new response property deel_reference that helps in linking the payment with the payment receipt. Also added cursor based pagination.