{ "opencollection": "1.0.0", "info": { "name": "Deel ATS API", "version": "2026-05-25" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List ATS Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/jobs", "params": [ { "name": "status", "value": "", "type": "query" } ] }, "docs": "List ATS Jobs" }, { "info": { "name": "Create ATS Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/ats/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Create ATS Job" }, { "info": { "name": "List Job Postings", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/jobs/:job_id/postings", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "List Job Postings" } ] }, { "info": { "name": "Candidates", "type": "folder" }, "items": [ { "info": { "name": "List ATS Candidates", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/candidates", "params": [ { "name": "search", "value": "", "type": "query" } ] }, "docs": "List ATS Candidates" }, { "info": { "name": "Create ATS Candidate", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/ats/candidates", "body": { "type": "json", "data": "{}" } }, "docs": "Create ATS Candidate" } ] }, { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/applications", "params": [ { "name": "job_id", "value": "", "type": "query" }, { "name": "candidate_id", "value": "", "type": "query" }, { "name": "stage", "value": "", "type": "query" } ] }, "docs": "List Applications" }, { "info": { "name": "Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/ats/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create Application" }, { "info": { "name": "Advance Application Stage", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.letsdeel.com/rest/v2/ats/applications/:application_id/stage", "params": [ { "name": "application_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Advance Application Stage" } ] }, { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "Create ATS Offer", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/ats/offers", "body": { "type": "json", "data": "{}" } }, "docs": "Create ATS Offer" }, { "info": { "name": "Retrieve Offer", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/offers/:offer_id", "params": [ { "name": "offer_id", "value": "", "type": "path" } ] }, "docs": "Retrieve Offer" } ] }, { "info": { "name": "Reference Data", "type": "folder" }, "items": [ { "info": { "name": "List ATS Departments", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/departments" }, "docs": "List ATS Departments" }, { "info": { "name": "List ATS Employment Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/employment-types" }, "docs": "List ATS Employment Types" }, { "info": { "name": "List ATS Locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/ats/locations" }, "docs": "List ATS Locations" } ] } ], "bundled": true }