Get SIP trunk

Get a SIP trunk by id

GET
/telephony/trunks/{trunkId}
AuthorizationBearer <token>

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

In: header

Path Parameters

trunkIdstring

SIP Trunk ID

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/telephony/trunks/string"
{
  "createdAt": "string",
  "id": "string",
  "organizationId": "string",
  "originationUris": [
    "string"
  ],
  "sipProvider": "twilio",
  "terminationUri": "string",
  "trunkName": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}