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

Authorizations

x-api-key
string
header
required

Response

200 - application/json
Ok

The response is of type object.