{ "opencollection": "1.0.0", "info": { "name": "Checkr Account Nodes and Hierarchy API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Nodes and Hierarchy", "type": "folder" }, "items": [ { "info": { "name": "Create a hierarchy", "type": "http" }, "http": { "method": "POST", "url": "https://api.checkr.com/v1/hierarchy", "body": { "type": "json", "data": "{}" } }, "docs": "Create a hierarchy" }, { "info": { "name": "Add nodes to the hierarchy", "type": "http" }, "http": { "method": "POST", "url": "https://api.checkr.com/v1/hierarchy/nodes", "body": { "type": "json", "data": "{}" } }, "docs": "Add nodes to the hierarchy" }, { "info": { "name": "Retrieve hierarchy update status", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/hierarchy/status" }, "docs": "Retrieve hierarchy update status" }, { "info": { "name": "List nodes", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/nodes" }, "docs": "List nodes" }, { "info": { "name": "Retrieve a node", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/nodes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a node" }, { "info": { "name": "Update a node", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.checkr.com/v1/nodes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a node" }, { "info": { "name": "Delete a node", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.checkr.com/v1/nodes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete a node" } ] } ], "bundled": true }