curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/sip-trunks{
"data": [
{
"id": "<string>",
"is_active": true,
"max_concurrency": 123,
"name": "<string>",
"phone_count": 123,
"provider": "<string>",
"type": "<string>"
}
],
"meta": {
"page": 123,
"size": 123,
"total": 123,
"total_pages": 123
}
}Returns a paginated list of SIP trunks for the organization
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/sip-trunks{
"data": [
{
"id": "<string>",
"is_active": true,
"max_concurrency": 123,
"name": "<string>",
"phone_count": 123,
"provider": "<string>",
"type": "<string>"
}
],
"meta": {
"page": 123,
"size": 123,
"total": 123,
"total_pages": 123
}
}Organization ID
Page number
Page size
x <= 100Filter by provider (TWILIO, TELNYX, VONAGE, GENERIC)
Filter by active status