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