cURL
Webhooks
Get Webhook
Retrieve a single Novacal webhook by ID to inspect its target URL, subscribed events, signing secret, and active status.
GET
cURL
What this endpoint is for
Use this endpoint when you already have a webhook ID and need its full record, including the signing secret used to verify deliveries.Typical use cases
- Look up a signing secret when configuring your receiving endpoint
- Check which events a webhook is subscribed to
- Confirm whether a webhook is active before investigating missing deliveries
Access
You can only retrieve webhooks registered on your own account. Requesting another account’s webhook returns403 access_denied.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the webhook