{ "opencollection": "1.0.0", "info": { "name": "Humaans Audit Events People API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "List People", "type": "http" }, "http": { "method": "GET", "url": "https://app.humaans.io/api/people", "params": [ { "name": "$limit", "value": "", "type": "query", "description": "Maximum results per page (default 100, max 250)" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "List People" }, { "info": { "name": "Create Person", "type": "http" }, "http": { "method": "POST", "url": "https://app.humaans.io/api/people", "body": { "type": "json", "data": "{}" } }, "docs": "Create Person" }, { "info": { "name": "Retrieve Person", "type": "http" }, "http": { "method": "GET", "url": "https://app.humaans.io/api/people/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Person" }, { "info": { "name": "Update Person", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.humaans.io/api/people/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Person" }, { "info": { "name": "Delete Person", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.humaans.io/api/people/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Person" } ] } ], "bundled": true }