Amazon API Gateway · Example Payload

V2 Route Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Route 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

RouteIdRouteKeyTargetAuthorizationType

Example Payload

Raw ↑
{
  "RouteId": "abc123def456",
  "RouteKey": "example-value",
  "Target": "example-value",
  "AuthorizationType": "example-value"
}