GET
/
api
/
webhooks
/
{id}
Get a webhook by ID
curl --request GET \
  --url https://api.vambe.me/api/webhooks/{id}

Path Parameters

id
string
required

Query Parameters

includeDeleted
boolean
default:false

Response

200

Returns the webhook (including if soft-deleted if specified)