Skip to main content
GET
/
v1
/
audit
/
streams
List webhook subscriptions for the authenticated org
curl --request GET \
  --url https://api.example.com/v1/audit/streams
{
  "streams": [
    {
      "id": "<string>",
      "url": "<string>",
      "event_filter": [
        "<string>"
      ],
      "active": true,
      "created_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.beltic.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Stream list

streams
object[]
required