{ "opencollection": "1.0.0", "info": { "name": "Deel Employer of Record (EOR) API", "version": "2026-05-25" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EOR Cost Calculator", "type": "folder" }, "items": [ { "info": { "name": "Calculate Employment Cost", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/eor/employment-cost", "body": { "type": "json", "data": "{}" } }, "docs": "Returns total employment cost — gross salary, employer taxes, statutory benefits, mandatory insurance, and Deel platform fee — for a target country and salary." } ] }, { "info": { "name": "EOR Hiring", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Detailed Hiring Guide For A Country", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/eor/hiring-guide/:country_code", "params": [ { "name": "country_code", "value": "", "type": "path" } ] }, "docs": "Retrieve Detailed Hiring Guide For A Country" }, { "info": { "name": "Fetch Start Date For EOR Contracts", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/eor/start-date", "params": [ { "name": "country", "value": "", "type": "query" } ] }, "docs": "Returns the earliest legally compliant start date for a country and worker profile." }, { "info": { "name": "Get EOR Additional Costs", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/eor/additional-costs", "params": [ { "name": "country", "value": "", "type": "query" } ] }, "docs": "Get EOR Additional Costs" }, { "info": { "name": "Create EOR Contract", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/eor/contracts", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an EOR contract draft. The contract must then be quoted and signed by all\nthree parties (Deel, client, employee).\n" }, { "info": { "name": "Accept Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/eor/contracts/:contract_id/accept-quote", "params": [ { "name": "contract_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Complete the client side of the three-party signature process." }, { "info": { "name": "Cancel EOR Contract", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/eor/contracts/:contract_id/cancel", "params": [ { "name": "contract_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel EOR Contract" } ] }, { "info": { "name": "EOR Amendments", "type": "folder" }, "items": [ { "info": { "name": "Create EOR Amendment", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/eor/contracts/:contract_id/amendments", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "contract_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a contract amendment for review and three-party approval." } ] }, { "info": { "name": "EOR Terminations", "type": "folder" }, "items": [ { "info": { "name": "Create EOR Termination", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/eor/contracts/:contract_id/terminations", "params": [ { "name": "contract_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create EOR Termination" } ] }, { "info": { "name": "EOR Benefits", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Benefits By Country", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/eor/benefits/:country_code", "params": [ { "name": "country_code", "value": "", "type": "path" } ] }, "docs": "Retrieve Benefits By Country" } ] }, { "info": { "name": "EOR Worker Information", "type": "folder" }, "items": [ { "info": { "name": "Retrieve EOR Worker Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/eor/workers/:worker_id", "params": [ { "name": "worker_id", "value": "", "type": "path" } ] }, "docs": "Retrieve EOR Worker Information" }, { "info": { "name": "Retrieve EOR Worker Payslips", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/eor/workers/:worker_id/payslips", "params": [ { "name": "worker_id", "value": "", "type": "path" }, { "name": "year", "value": "", "type": "query" } ] }, "docs": "Retrieve EOR Worker Payslips" } ] } ], "bundled": true }