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