latestOpenAPI 3.0.3MIT2026-08-124627160.3 KB

c04c2c708bf9

SIP Trunks

Add credential lists to SIP trunk

Add credential lists to a specified SIP trunk.

post/trunks/{trunkId}/credentialLists

Request body

credentialListIdsstring[] required

Example request

{
  "credentialListIds": [
    "01GNZ9MXEZ4K6S8GB7RW063VAN"
  ]
}

Response

OK

credentialListIdsstring[] required

Example response

{
  "credentialListIds": [
    "01GNZ9MXEZ4K6S8GB7RW063VAN"
  ]
}