Akamai · Example Payload

Akamai Get Jwt Settings Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Jwt Settings 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-jwt-settings",
  "method": "GET",
  "path": "/endpoints/{apiEndPointId}/versions/{versionNumber}/settings/jwt",
  "summary": "Get JWT settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "resources": {
          "2926712": {
            "enabled": true,
            "inheritsFromEndpoint": true,
            "notes": "A book item within the bookstore API.",
            "path": "/book/{bookId}",
            "methods": [
              "POST",
              "GET"
            ]
          },
          "2935128": {
            "enabled": true,
            "inheritsFromEndpoint": true,
            "notes": "A registered bookstore user.",
            "path": "/user/{userId}",
            "methods": [
              "POST",
              "GET",
              "PUT"
            ]
          },
          "2935139": {
            "enabled": true,
            "inheritsFromEndpoint": true,
            "notes": "A magazine item within the bookstore API.",
            "path": "/magazine/{magazineId}",
            "methods": [
              "GET"
            ]
          }
        },
        "settings": {
          "clockSkew": 10,
          "location": "HEADER",
          "paramName": "Authorization",
          "validation": {
            "rsaPublicKeyB": null,
            "rsaPublicKeyA": {
              "content": "-----BEGIN PUBLIC KEY-----\nMIIBIjwE9GQg+OR0WYHtq4AKsvK2eucDs06ejWRDb+uDN\n80jxZCxfweelZKvYT9Qdms/1SJv\nrQIDAQAB\n-----END PUBLIC KEY-----",
              "name": "publicKey"
            },
            "claims": [
              {
                "name": "aud",
                "required": false,
                "type": "ARRAY",
                "validate": false,
                "value": []
              },
              {
                "name": "iss",
                "required": false,
                "type": "STRING",
                "validate": true,
                "value": "Akamai"
              },
              {
                "name": "sub",
                "required": false,
                "type": "REGEX",
                "validate": true,
                "value": "^[a-zA-Z0-9_]*$"
              },
              {
                "name": "exp",
                "required": false,
                "type": "TIMESTAMP",
                "validate": true,
                "value": null
              },
              {
                "name": "nbf",
                "required": false,
                "type": "TIMESTAMP",
                "validate": true,
                "value": null
              },
              {
                "name": "dept",
                "required": false,
                "type": "STRING",
                "validate": true,
                "value": "IT"
              },
              {
                "name": "roles",
                "required": false,
                "type": "ARRAY",
                "validate": true,
                "value": [
                  "admin",
                  "premium_user",
                  "regular_user"
                ]
              }
            ]
          }
        }
      }
    }
  ]
}

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-jwt-settings-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.