Akamai · Example Payload

Akamai Get Secure Token Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Secure Token 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-secure-token",
  "method": "GET",
  "path": "/secure-token/{propertyId}",
  "summary": "Akamai Get a Secure Token",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "akamaiEwTrace": "eyJ0eXAiOiJKV1Qi ... iu1XOS9eJOl-54Yw"
      }
    }
  ]
}