{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens Rotate JWT API", "version": "2" }, "items": [ { "info": { "name": "Rotate JWT", "type": "folder" }, "items": [ { "info": { "name": "Rotate the JWT", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api-definitions/v2/sandboxes/:sandboxId/rotateJWT", "params": [ { "name": "sandboxId", "value": "{{sandboxId}}", "type": "path", "description": "Unique identifier for the sandbox." }, { "name": "access", "value": "{{access}}", "type": "query", "description": "__Enum__ Indicates the access level of the request. Specify either `USER` to perform the request for the sandboxes that you can access, or `ACCOUNT` to perform the request for all sandboxes within the account." }, { "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": "Generate a new `jwtToken` (JSON Web Token) for the specified sandbox instance. Use this to prevent access to a particular sandbox by developers who had the previous JWT." } ] } ], "bundled": true }