Akamai · Example Payload

Akamai Get Api Privacy Settings Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Api Privacy 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-api-privacy-settings",
  "method": "GET",
  "path": "/endpoints/{apiEndPointId}/versions/{versionNumber}/settings/api-privacy",
  "summary": "Get API privacy settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "public": false,
        "resources": {
          "2926712": {
            "inheritsFromEndpoint": true,
            "notes": "A book item within the bookstore API.",
            "path": "/book/{bookId}",
            "public": false,
            "methods": {
              "GET": {
                "inheritsFromEndpoint": true,
                "public": false
              },
              "POST": {
                "inheritsFromEndpoint": true,
                "public": false
              }
            }
          }
        }
      }
    }
  ]
}