Webhooks

Get Webhook Subscription

Fetch a single webhook subscription owned by the authenticated user.

get/webhooks/{id}

Path parameters

idinteger required

Webhook id, as returned by GET /v1/webhooks.

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}