Skip to main content
GET
/
public
/
v2
/
webhooks
/
topics
/
List webhook topics
curl --request GET \
  --url https://api.dualentry.com/public/v2/webhooks/topics/ \
  --header 'X-API-KEY: <api-key>'
[
  {
    "name": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

OK

name
string
required
Last modified on June 29, 2026