{ "opencollection": "1.0.0", "info": { "name": "Core access-groups API", "version": "1.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "access-groups", "type": "folder" }, "items": [ { "info": { "name": "getv1AccessGroupsSlug", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/access-groups/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Get an access group by slug" }, { "info": { "name": "postv1AccessGroups", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/access-groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an access group" }, { "info": { "name": "patchv1AccessGroupsUid", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/access-groups/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an access group by UID" }, { "info": { "name": "deletev1AccessGroupsUid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/access-groups/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Deletes an access group by UID" }, { "info": { "name": "postv1AccessGroupsUidEmails", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/access-groups/:uid/emails", "params": [ { "name": "uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new email to an access group" }, { "info": { "name": "deletev1AccessGroupsUidEmails", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/access-groups/:uid/emails", "params": [ { "name": "uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes an existing email from an access group" }, { "info": { "name": "postv1AccessGroupsUidDomains", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/access-groups/:uid/domains", "params": [ { "name": "uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new domain to an access group" }, { "info": { "name": "deletev1AccessGroupsUidDomains", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/access-groups/:uid/domains", "params": [ { "name": "uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes an existing domain from an access group" } ] } ], "bundled": true }