{ "opencollection": "1.0.0", "info": { "name": "Deel Global Payroll API", "version": "2026-05-25" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Global Payroll", "type": "folder" }, "items": [ { "info": { "name": "List Payroll Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/gp/payroll-events", "params": [ { "name": "legal_entity_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Returns the open and historical payroll cycles for the organization's Global Payroll entities." }, { "info": { "name": "Retrieve A Payroll Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/gp/payroll-events/:event_id", "params": [ { "name": "event_id", "value": "", "type": "path" } ] }, "docs": "Retrieve A Payroll Event" } ] }, { "info": { "name": "Adjustments", "type": "folder" }, "items": [ { "info": { "name": "List Payroll Adjustments", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/gp/adjustments", "params": [ { "name": "payroll_event_id", "value": "", "type": "query" }, { "name": "worker_id", "value": "", "type": "query" } ] }, "docs": "List Payroll Adjustments" }, { "info": { "name": "Create Payroll Adjustment", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/gp/adjustments", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a gross-to-net adjustment to a worker's pay for the current cycle." } ] }, { "info": { "name": "Time Tracking", "type": "folder" }, "items": [ { "info": { "name": "List Time Tracking Shifts", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/gp/time-tracking/shifts", "params": [ { "name": "worker_id", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "List Time Tracking Shifts" }, { "info": { "name": "Create Shift", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/gp/time-tracking/shifts", "body": { "type": "json", "data": "{}" } }, "docs": "Create Shift" } ] }, { "info": { "name": "Payslips", "type": "folder" }, "items": [ { "info": { "name": "List Payslips", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/payslips", "params": [ { "name": "worker_id", "value": "", "type": "query" }, { "name": "year", "value": "", "type": "query" } ] }, "docs": "List Payslips" } ] }, { "info": { "name": "Paystubs", "type": "folder" }, "items": [ { "info": { "name": "List Paystubs", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/paystubs", "params": [ { "name": "worker_id", "value": "", "type": "query" }, { "name": "year", "value": "", "type": "query" } ] }, "docs": "US-specific paystubs with state and federal tax breakdowns." } ] }, { "info": { "name": "GP Hiring", "type": "folder" }, "items": [ { "info": { "name": "Create Global Payroll Contract", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/gp/contracts", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Hire a direct employee onto a Global Payroll legal entity." } ] } ], "bundled": true }