Authorizations
Response
200 - application/json
Ok
curl --request GET \
--url https://app.herondata.io/api/webhooks/topics \
--header 'x-api-key: <api-key>'
{
"topics": [
"<string>"
]
}
Get webhook topics
curl --request GET \
--url https://app.herondata.io/api/webhooks/topics \
--header 'x-api-key: <api-key>'
{
"topics": [
"<string>"
]
}
Was this page helpful?