Amazon API Gateway · Example Payload

V2 Api Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

ApiIdNameProtocolTypeApiEndpointRouteSelectionExpressionCreatedDate

Example Payload

Raw ↑
{
  "ApiId": "abc123def456",
  "Name": "my-api-resource",
  "ProtocolType": "HTTP",
  "ApiEndpoint": "example-value",
  "RouteSelectionExpression": "example-value",
  "CreatedDate": "2025-03-15T14:30:00Z"
}