List SIP trunks

List all SIP trunks for the current organization with optional filters

POST
/telephony/trunks/list
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

List SIP trunks input

pagination?bv.Pagination

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/telephony/trunks/list" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "createdAt": "string",
    "id": "string",
    "organizationId": "string",
    "originationUris": [
      "string"
    ],
    "sipProvider": "twilio",
    "terminationUri": "string",
    "trunkName": "string",
    "updatedAt": "string"
  }
]
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}