{ "opencollection": "1.0.0", "info": { "name": "Deel Platform Extensions API", "version": "2026-05-25" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Screenings", "type": "folder" }, "items": [ { "info": { "name": "List Background Screenings", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/screenings", "params": [ { "name": "person_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List Background Screenings" }, { "info": { "name": "Create Background Screening", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/screenings", "body": { "type": "json", "data": "{}" } }, "docs": "Create Background Screening" }, { "info": { "name": "Retrieve A Screening", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/screenings/:screening_id", "params": [ { "name": "screening_id", "value": "", "type": "path" } ] }, "docs": "Retrieve A Screening" } ] }, { "info": { "name": "Immigration", "type": "folder" }, "items": [ { "info": { "name": "Immigration Visa Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/immigration/visa-types", "params": [ { "name": "country", "value": "", "type": "query" } ] }, "docs": "Immigration Visa Types" }, { "info": { "name": "Get Business Visa Eligibility And Requirements", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/immigration/business-visa/requirements", "params": [ { "name": "nationality", "value": "", "type": "query" }, { "name": "destination_country", "value": "", "type": "query" }, { "name": "purpose", "value": "", "type": "query" } ] }, "docs": "Get Business Visa Eligibility And Requirements" }, { "info": { "name": "List Of Immigration Cases", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/immigration/cases" }, "docs": "List Of Immigration Cases" }, { "info": { "name": "Get Immigration Case Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/immigration/cases/:case_id", "params": [ { "name": "case_id", "value": "", "type": "path" } ] }, "docs": "Get Immigration Case Details" }, { "info": { "name": "Upload A Required Immigration Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/immigration/cases/:case_id/required-documents/:document_id", "params": [ { "name": "case_id", "value": "", "type": "path" }, { "name": "document_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "notes", "type": "text", "value": "" } ] } }, "docs": "Upload A Required Immigration Document" } ] }, { "info": { "name": "Deel IT", "type": "folder" }, "items": [ { "info": { "name": "List Deel IT Assets", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/deel-it/assets", "params": [ { "name": "person_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List Deel IT Assets" }, { "info": { "name": "Create Asset Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/deel-it/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Order a laptop, phone, or other equipment for a worker via Deel IT." } ] } ], "bundled": true }