{ "operationId": "listAPIIntegrations", "method": "GET", "path": "/api/v2/api-integrations", "summary": "List Api Integrations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listapiintegrations200Example", "example": [ { "name": "Example Title", "api_hook": { "type": "AWS" }, "api_allowed_prefixes": [ "example_value" ], "api_blocked_prefixes": [ "example_value" ], "enabled": true, "comment": "example_value", "created_on": "2026-01-15T10:30:00Z" } ] } ] }