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"
}
]
}Changes
Changed in 4 of the 13 revisions of this API.13
- ○
the endpoint scheme security
authwas added to the APIapi-security-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲