Skip to main content
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 returns 403 access_denied.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID of the webhook

Response

200 - application/json

Webhook response

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object
required