Returns the current list of SIP hooks from runtime state.
This endpoint requires authentication if AUTH_REQUIRED=true.
200 OK - List of SIP hooks500 Internal Server Error - If reading the cache fails{ hooks: [...] } with each hook containing:
host - Host pattern for matching SIP domains (case-insensitive)url - HTTPS URL to forward webhook events toauth_id - Tenant identifier for room ownership (used for metadata.auth_id)auth_id field associates inbound SIP calls with a specific tenant. When a call arrives, Sayna sets the room’s metadata.auth_id to this value for access control.AUTH_REQUIRED=true.List of SIP hooks
Response body for SIP hooks operations.
List of all configured SIP hooks