{ "opencollection": "1.0.0", "info": { "name": "Clockodo Absences Users API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "X-ClockodoApiKey", "value": "{{X-ClockodoApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://my.clockodo.com/api/v2/users" }, "docs": "List users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://my.clockodo.com/api/v2/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://my.clockodo.com/api/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://my.clockodo.com/api/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a user" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://my.clockodo.com/api/v2/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a user" } ] } ], "bundled": true }