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

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
Ok
topics
string[]