{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens Permission groups API", "version": "2" }, "items": [ { "info": { "name": "Permission groups", "type": "folder" }, "items": [ { "info": { "name": "Akamai List Permission Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/auth/groups", "params": [ { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "View a list of access groups and your associated permission capabilities, such as create a namespace or read data from a namespace." }, { "info": { "name": "Akamai Get a Permission Group", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/auth/groups/:groupId", "params": [ { "name": "groupId", "value": "{{groupId}}", "type": "path", "description": "Unique identifier for an EdgeKV access group." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "View details permissions available within the specified access group, such as create a namespace or read data from a namespace." }, { "info": { "name": "Akamai List Permission Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/groups", "params": [ { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "View a list of groups and the associated permission capabilities, for example: activate a version or fetch an EdgeWorker ID." }, { "info": { "name": "Akamai Get a Permission Group", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/groups/:groupId", "params": [ { "name": "groupId", "value": "{{groupId}}", "type": "path", "description": "Unique identifier for an EdgeWorker group. You can pass in plain integer IDs, or add a `grp_` prefix. The Property Manager API supports both formats. See [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/api/id-prefixes) for details." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "View details on the capabilities enabled within a specified group, for example: activate a version or fetch an EdgeWorker ID." } ] } ], "bundled": true }