Amazon API Gateway · Example Payload

Amazon Api Gateway Putmethodrequest Example

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

authorizationTypeauthorizerIdapiKeyRequiredoperationNamerequestParametersrequestModelsrequestValidatorId

Example Payload

Raw ↑
{
  "authorizationType": "example-authorizationType",
  "authorizerId": "example-authorizerId",
  "apiKeyRequired": true,
  "operationName": "example-operationName",
  "requestParameters": {},
  "requestModels": {},
  "requestValidatorId": "example-requestValidatorId"
}