Skip to main content
GET
/
api
/
webhooks
/
topics
Get webhook topics
curl --request GET \
  --url https://app.herondata.io/api/webhooks/topics \
  --header 'x-api-key: <api-key>'
{
  "topics": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.herondata.io/llms.txt

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

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Ok

topics
string[]