{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens Activation status API", "version": "2" }, "items": [ { "info": { "name": "Activation status", "type": "folder" }, "items": [ { "info": { "name": "Get an activation request status", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/activations/status/:statusId", "params": [ { "name": "statusId", "value": "", "type": "path", "description": "UUID of this activation request status." }, { "name": "accountSwitchKey", "value": "", "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": "__All products__ Returns the status of a long-running activation request. Any errors that occur when generating the activation cause this API to respond with the underlying error status." }, { "info": { "name": "Get activation status", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/activations/:activationId", "params": [ { "name": "activationId", "value": "", "type": "path", "description": "A unique identifier for an activation." }, { "name": "accountSwitchKey", "value": "", "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": "__All products__ Returns the status of an activation." } ] } ], "bundled": true }