Adds or replaces SIP hooks in the cache. Hooks with matching hosts (case-insensitive) will be replaced. The changes take effect immediately and persist across server restarts.
Note: Secrets are NOT stored in the cache. Runtime-added hooks will
use the global hook_secret from the server configuration.
Array of hook entries with host and url fields.
200 OK - Updated list of SIP hooks400 Bad Request - If validation fails (e.g., duplicate hosts)500 Internal Server Error - If writing the cache fails{ host, url } objects. Hosts are matched case-insensitively; matching hosts are replaced, others added.AUTH_REQUIRED=true.Request body for updating SIP hooks.
Contains a list of SIP webhook configurations to add or replace.
List of SIP hooks to add or replace. Hooks with matching hosts (case-insensitive) will be replaced.
Updated list of SIP hooks
Response body for SIP hooks operations.
List of all configured SIP hooks