Webhooks
Get webhook (v1)
Retrieve a specific webhook by UUID.
GET
Get webhook
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.
Retrieve a specific webhook by UUID.
curl --request GET \
--url https://api.dualentry.com/public/v1/webhooks/{webhook_uuid}/ \
--header 'X-API-KEY: <api-key>'{
"uuid": "<string>",
"url": "<string>",
"topics": [
"<string>"
],
"is_active": true,
"created_at": "<string>",
"last_modified_at": "<string>",
"disabled_at": "<string>",
"disabled_reason": ""
}Was this page helpful?
curl --request GET \
--url https://api.dualentry.com/public/v1/webhooks/{webhook_uuid}/ \
--header 'X-API-KEY: <api-key>'{
"uuid": "<string>",
"url": "<string>",
"topics": [
"<string>"
],
"is_active": true,
"created_at": "<string>",
"last_modified_at": "<string>",
"disabled_at": "<string>",
"disabled_reason": ""
}