SIP Trunks
Get credential lists for SIP trunk
Return all the credential lists for a specified SIP trunk.
get/trunks/{trunkId}/credentialLists
Query parameters
pageinteger
The page you want to fetch, can set to 1 for first page, or omitted for first page
sizeinteger
The size of each page to fetch
sortstring[]
An array setting the sorting criteria in the format of property,(ascending/descending)
Response
OK
Example response
{
"credentialListIds": [
"01GNZ9MXEZ4K6S8GB7RW063VAN"
],
"totalItems": 10000,
"pageNumber": "1",
"size": 2000
}