v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
AWS Integration

Get all Amazon EventBridge sources

Get all Amazon EventBridge sources.

get/api/v2/integration/aws/event_bridge

Response

Amazon EventBridge sources list.

Example response

{
  "data": {
    "attributes": {
      "accounts": [
        {
          "account_id": "123456789012",
          "event_hubs": [
            {
              "name": "app-alerts-zyxw3210",
              "region": "us-east-1"
            }
          ],
          "tags": [
            "$KEY:$VALUE"
          ]
        }
      ]
    },
    "id": "get_event_bridge",
    "type": "event_bridge"
  }
}