Get a webhook subscription

Returns a single webhook subscription by UUID. The full signing secret is NOT returned — only its prefix (first 10 chars) is exposed for identification.

GET /api/v1/webhooks/{webhookId}
Bearer token

Path parameters

· 1
webhookId string · uuid required

UUID of the webhook subscription. Get webhook IDs from listWebhooks or createWebhook responses.

Responses