GET
/
webhooks
/
{id}
curl -X GET \
 /webhooks/{id} \
 --header "Authorization: Bearer <token>"
{
  "id": "<string>",
  "events": [
    "<string>"
  ],
  "version": "<string>",
  "enabled": true,
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Webhook identifier

Response

200
application/json
Webhook resource
id
string
events
string[]
version
string
enabled
boolean
url
string