Amazon API Gateway · Example Payload

V2 Authorizer Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Authorizer 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

AuthorizerIdNameAuthorizerTypeIdentitySource

Example Payload

Raw ↑
{
  "AuthorizerId": "abc123def456",
  "Name": "my-api-resource",
  "AuthorizerType": "example-value",
  "IdentitySource": [
    "abc123def456"
  ]
}