Akamai · Example Payload

Akamai Get User Entitlements Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get User Entitlements 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-user-entitlements",
  "method": "GET",
  "path": "/endpoints/user-entitlements",
  "summary": "List user entitlements",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        "API_READ",
        "API_WRITE",
        "API_VERSIONING",
        "API_FEATURES"
      ]
    },
    {
      "status": "403",
      "contentType": "application/problem+json",
      "example": {
        "detail": "You don't have access to the endpoint.",
        "instance": "https://problems.luna.akamaiapis.net/api-defintions/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749",
        "status": 403,
        "title": "Unauthorized Access/Action",
        "type": "https://problems.luna.akamaiapis.net/api-defintions/error-types/UNAUTHORIZED"
      }
    }
  ]
}