Webhooks
List webhook topics (v1)
List all available topics a webhook can subscribe to.
Last modified on June 29, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all available topics a webhook can subscribe to.
curl --request GET \
--url https://api.dualentry.com/public/v1/webhooks/topics/ \
--header 'X-API-KEY: <api-key>'[
{
"name": "<string>"
}
]Was this page helpful?
curl --request GET \
--url https://api.dualentry.com/public/v1/webhooks/topics/ \
--header 'X-API-KEY: <api-key>'[
{
"name": "<string>"
}
]