Akamai · Example Payload

Akamai Get Group Items Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Group Items 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-group-items",
  "method": "GET",
  "path": "/networks/{network}/namespaces/{namespaceId}/groups/{groupId}",
  "summary": "Akamai List Items Within a Group",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        "US",
        "DE"
      ]
    },
    {
      "status": "400",
      "contentType": "application/problem+json",
      "example": {
        "detail": "Group must only use a string that matches A-Z a-z 0-9 _ or -..",
        "errorCode": "EKV_9000",
        "instance": "/edgekv/error-instances/fcd285bd-aa69-493f-a3b7-4b9d5bbdae8b",
        "status": 400,
        "title": "Bad Request",
        "type": "/edgekv/error-types/edgekv-bad-request",
        "additionalDetail": {
          "requestId": "c5c461e093e7083c"
        }
      }
    },
    {
      "status": "404",
      "contentType": "application/problem+json",
      "example": {
        "detail": "The requested group is empty or not found.",
        "errorCode": "EKV_9000",
        "instance": "/edgekv/error-instances/fcd285bd-aa69-493f-a3b7-4b9d5bbdae8b",
        "status": 404,
        "title": "Not Found",
        "type": "/edgekv/error-types/edgekv-not-found",
        "additionalDetail": {
          "requestId": "c5c461e093e7083c"
        }
      }
    },
    {
      "status": "500",
      "contentType": "application/problem+json",
      "example": {
        "detail": "An internal error occurred.",
        "errorCode": "EKV_0000",
        "instance": "/edgekv/error-instances/cdb7767c-817e-4805-9f28-0816eefa0ba8",
        "status": 500,
        "title": "Internal Server Error",
        "type": "/edgekv/error-types/edgekv-internal-server-error",
        "additionalDetail": {
          "requestId": "cd9b61e08148009b"
        }
      }
    }
  ]
}

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-group-items-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 email required.

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