Amazon API Gateway · Example Payload

V1 Method Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V1 Method 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

httpMethodauthorizationTypeapiKeyRequired

Example Payload

Raw ↑
{
  "httpMethod": "example-value",
  "authorizationType": "example-value",
  "apiKeyRequired": true
}