{ "opencollection": "1.0.0", "info": { "name": "Workflow Users and Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Retrieve users", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/workflow/users/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve users" }, { "info": { "name": "Retrieve specific user", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/workflow/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve specific user" } ] }, { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve groups", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/workflow/groups/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve groups" }, { "info": { "name": "Create group", "type": "http" }, "http": { "method": "POST", "url": "https://{your-bynder-domain}/api/workflow/groups/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create group" }, { "info": { "name": "Retrieve specific group", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/workflow/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve specific group" }, { "info": { "name": "Modify group", "type": "http" }, "http": { "method": "PUT", "url": "https://{your-bynder-domain}/api/workflow/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Modify group" }, { "info": { "name": "Delete group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your-bynder-domain}/api/workflow/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete group" } ] } ], "bundled": true }