curl --request GET \
--url https://{notifuseDomain}/api/webhookSubscriptions.get \
--header 'Authorization: Bearer <token>'Retrieves a specific webhook subscription by ID.
curl --request GET \
--url https://{notifuseDomain}/api/webhookSubscriptions.get \
--header 'Authorization: Bearer <token>'API token for authentication
The ID of the workspace
The ID of the webhook subscription
Webhook subscription found
A webhook subscription that receives HTTP callbacks when events occur
Show child attributes