Create Webhook
Create a Webhook to receive notifications when an event occurs
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
URL to receive notifications. Must be a valid https:// url with a valid SSL certificate signed by a trusted CA.
"https://example.com/webhook"
The list of events to enable for this webhook endpoint. You may specify [โ*โ] to enable all events.
Name of the webhook, for your reference. If name is not provided, default name (webhook id) will be used.
"My Webhook"
Response
Webhook created
Webhook ID
Name of webhook
"My Webhook"
URL of webhook endpoint
"https://your-webhook.server/utgl-access-webhooks"
createdwebhook has been recently created, pending initial health checkhealthywebhook is active and there are no delivery issuesunhealthywebhook is in degraded state and deliveries are being retriederrorwebhook is in error state and deliveries are suspendedremovedwebhook has been removed
created, healthy, unhealthy, error, removed List of subscribed events

