List sip_trunks
GET/v1/sip_trunks
List sip_trunks for the active tenant.
Query-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
cursor | string | |
limit | number | |
includeDeleted | boolean |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/sip_trunks \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.sip_trunks.list();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |