Amazon API Gateway · Example Payload

V2 Create Route Request Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Create Route Request Example is an example object payload from Amazon API Gateway, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RouteKeyTargetAuthorizationType

Example Payload

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