Amazon API Gateway · Example Payload

V2 Integrations Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

Items

Example Payload

Raw ↑
{
  "Items": [
    {
      "IntegrationId": "abc123def456",
      "IntegrationType": "example-value",
      "IntegrationUri": "example-value",
      "PayloadFormatVersion": "1.0"
    }
  ]
}