{ "opencollection": "1.0.0", "info": { "name": "Checkr Account Candidates API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Candidates", "type": "folder" }, "items": [ { "info": { "name": "List candidates", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/candidates", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page (default 25)." } ] }, "docs": "List candidates" }, { "info": { "name": "Create a candidate", "type": "http" }, "http": { "method": "POST", "url": "https://api.checkr.com/v1/candidates", "body": { "type": "json", "data": "{}" } }, "docs": "Create a candidate" }, { "info": { "name": "Retrieve a candidate", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/candidates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a candidate" }, { "info": { "name": "Update a candidate", "type": "http" }, "http": { "method": "POST", "url": "https://api.checkr.com/v1/candidates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a candidate" }, { "info": { "name": "Request PII removal for a candidate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.checkr.com/v1/candidates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Request PII removal for a candidate" } ] } ], "bundled": true }