Amazon API Gateway · Example Payload

Amazon Api Gateway Integrationresponse Example

GatewayHTTP APIREST APIServerlessWebSocket

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

Top-level fields

statusCodeselectionPatternresponseParametersresponseTemplatescontentHandling

Example Payload

Raw ↑
{
  "statusCode": "example-statusCode",
  "selectionPattern": "example-selectionPattern",
  "responseParameters": {},
  "responseTemplates": {},
  "contentHandling": "CONVERT_TO_BINARY"
}