Amazon API Gateway · Example Payload

V1 Rest Api Example

A description of this resource.

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

idnamedescriptioncreatedDateversionendpointConfiguration

Example Payload

Raw ↑
{
  "id": "abc123def456",
  "name": "my-api-resource",
  "description": "A description of this resource.",
  "createdDate": "2025-03-15T14:30:00Z",
  "version": "1.0",
  "endpointConfiguration": {
    "types": [
      "EDGE"
    ]
  }
}