Amazon API Gateway · Example Payload

V2 Integration Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

IntegrationIdIntegrationTypeIntegrationUriPayloadFormatVersion

Example Payload

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