Amazon API Gateway · Example Payload

V2 Routes Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Routes 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": [
    {
      "RouteId": "abc123def456",
      "RouteKey": "example-value",
      "Target": "example-value",
      "AuthorizationType": "example-value"
    }
  ]
}