Skip to main content
POST
/
v1
/
audit
/
streams
Create a webhook subscription for audit events
curl --request POST \
  --url https://api.example.com/v1/audit/streams \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "secret": "<string>",
  "event_filter": []
}
'
{
  "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.

Body

application/json
url
string<uri>
required
secret
string
required
Required string length: 32 - 256
event_filter
string[]

Response

201 - application/json

Stream created

id
string
required
url
string
required
event_filter
string[]
required
active
boolean
required
created_at
string
required