Amazon API Gateway · Example Payload

V2 Authorizers Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Authorizers 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": [
    {
      "AuthorizerId": "abc123def456",
      "Name": "my-api-resource",
      "AuthorizerType": "example-value",
      "IdentitySource": [
        "abc123def456"
      ]
    }
  ]
}