Amazon API Gateway · Example Payload

V1 Api Keys Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V1 Api Keys Example is an example object payload from Amazon API Gateway, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

items

Example Payload

Raw ↑
{
  "items": [
    {
      "id": "abc123def456",
      "value": "example-value",
      "name": "my-api-resource",
      "enabled": true
    }
  ]
}