Create a webhook
Create a new webhook with subscriptions for specific agents and events
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Request
This endpoint expects an object.
endpoint
The webhook endpoint URL
description
The description of the webhook
events
Array of events to subscribe to
Response
Webhook created successfully
status
data
The ID of the created webhook
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

