Webhooks
Webhook Controllers
📄️ List webhooks
Return a list of webhooks. Caller is required to have WEBHOOKS:VIEW permission.
📄️ Register a webhook
Register a webhook with callback URL, webhook events etc. Caller is required to have WEBHOOKS:ADD permission.
📄️ Test a webhook
Sends a dummy payload to the registered webhook callback URL. Use this to ensure your API is ready to start accepting webhook notifications. Caller is required to have WEBHOOKS:EDIT permission.
📄️ Get a webhook by id
Get the specified webhook. Caller is required to have WEBHOOKS:VIEW permission.
📄️ Update a webhook
Update a webhook with callback URL, webhook events etc. Caller is required to have WEBHOOKS:EDIT permission.
📄️ Delete a webhook
Delete a registered webhook by ID. Caller is required to have WEBHOOKS:REMOVE permission.