{ "opencollection": "1.0.0", "info": { "name": "Checkr Account Documents API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "List candidate documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/candidates/:id/documents", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "List candidate documents" }, { "info": { "name": "Upload a candidate document", "type": "http" }, "http": { "method": "POST", "url": "https://api.checkr.com/v1/candidates/:id/documents", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "type", "type": "text", "value": "" } ] } }, "docs": "Upload a candidate document" }, { "info": { "name": "Retrieve a candidate document", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/candidates/:id/documents/:document_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." }, { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a candidate document" } ] } ], "bundled": true }