Amazon API Gateway · Example Payload

V2 Create Integration Request Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Create Integration 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

IntegrationTypeIntegrationUriPayloadFormatVersion

Example Payload

Raw ↑
{
  "IntegrationType": "AWS",
  "IntegrationUri": "example-value",
  "PayloadFormatVersion": "1.0"
}