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>"
]
}
Ok
The response is of type object
.
Was this page helpful?