v1

latestOpenAPI 3.1.0Apache-2.02026-07-17144068.3 KB
sip

Lists all configured SIP hooks.

Returns the current list of SIP hooks from runtime state. This endpoint requires authentication if AUTH_REQUIRED=true.

Returns

  • 200 OK - List of SIP hooks
  • 500 Internal Server Error - If reading the cache fails
get/sip/hooks

Response

List of SIP hooks

Example response

{
  "hooks": [
    {
      "auth_id": "tenant-123",
      "host": "example.com",
      "url": "https://webhook.example.com/events"
    }
  ]
}