Akamai · Example Payload

Akamai Post Sandbox Rotate Jwt Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Post Sandbox Rotate Jwt 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": "post-sandbox-rotate-jwt",
  "method": "POST",
  "path": "/sandboxes/{sandboxId}/rotateJWT",
  "summary": "Rotate the JWT",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "jwtToken": "eyJ0eXAiOiJKV1QiLC...NwpuL1f8z9U6Se3p_uYa_sgfWzw"
      }
    }
  ]
}