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
Example response
{
"ok": true
}