Akamai · Example Payload

Akamai Get Activations Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Activations Example is an example object payload from Akamai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-activations",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/activations",
  "summary": "Akamai List Activations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "activations": [
          {
            "accountId": "A-CCT7890",
            "activationId": 3,
            "createdBy": "jkowalski",
            "createdTime": "2020-07-09T09:03:28Z",
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-09T09:04:42Z",
            "network": "PRODUCTION",
            "note": "Version 2 fixes an issue detected in production.",
            "status": "PENDING",
            "version": "2"
          },
          {
            "accountId": "A-CCT9012",
            "activationId": 1,
            "createdBy": "jsmith",
            "createdTime": "2020-07-09T08:13:54Z",
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-09T08:35:02Z",
            "network": "STAGING",
            "status": "IN_PROGRESS",
            "version": "1"
          },
          {
            "accountId": "A-CCT5678",
            "activationId": 2,
            "createdBy": "adevi",
            "createdTime": "2020-07-10T14:23:42Z",
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-10T14:53:25Z",
            "network": "PRODUCTION",
            "status": "COMPLETE",
            "version": "2"
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/akamai-get-activations-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.