Skip to main content
GET
/
sip
/
hooks
Lists all configured SIP hooks.
curl --request GET \
  --url https://api.sayna.ai/sip/hooks
{
  "hooks": [
    {
      "host": "example.com",
      "url": "https://webhook.example.com/events"
    }
  ]
}
List the SIP webhook forwarding table from the runtime cache. Useful for debugging host → URL routing when forwarding LiveKit SIP webhooks.
  • Returns { hooks: [{ host, url }] } with case-insensitive hosts.
  • Requires auth when AUTH_REQUIRED=true.

Response

List of SIP hooks

Response body for SIP hooks operations.

hooks
object[]
required

List of all configured SIP hooks