Skip to main content
GET
cURL

What this endpoint returns

This endpoint returns every webhook you have registered, newest first. Each entry includes its target URL, the events it is subscribed to, its signing secret, and whether it is currently active.

Common use cases

  • Audit which endpoints are receiving Novacal deliveries
  • Retrieve a signing secret you need to verify incoming requests
  • Confirm which webhooks are paused before debugging a missing delivery

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Webhooks response

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object[]
required