List team webhooks
/api/webhooksResponse
Array of webhook objects
Create team webhook
/api/webhooksRequest body
Webhook name
Delivery URL (HTTPS)
Event types to subscribe to
Signing secret for HMAC verification
Response
The created webhook
Update team webhook
/api/webhooks/:idRequest body
New name
New URL
New event types
Enable or disable
Response
The updated webhook
Delete team webhook
/api/webhooks/:idResponse
Always true on success
List agent webhooks
/api/agents/me/webhooksResponse
Array of webhook objects
Create agent webhook
/api/agents/me/webhooksRequest body
Event types to subscribe to
Delivery URL (HTTP or HTTPS)
Response
The created webhook
Delete agent webhook
/api/agents/me/webhooks/:idResponse
Always true on success

