curl -X GET \
/webhooks/{id} \
--header "Authorization: Bearer <token>"
{
"id": "<string>",
"events": [
"<string>"
],
"version": "<string>",
"enabled": true,
"url": "<string>"
}
Get webhook
Required permissions:webhook:read
curl -X GET \
/webhooks/{id} \
--header "Authorization: Bearer <token>"
{
"id": "<string>",
"events": [
"<string>"
],
"version": "<string>",
"enabled": true,
"url": "<string>"
}
Value for the Authorization header parameter.
Webhook identifier
Webhook resource
Was this page helpful?