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"
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.