Amazon API Gateway · Example Payload

V1 Api Key Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

idvaluenameenabled

Example Payload

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