AurionAI Docs

Get Sip Trunk

Get a single SIP trunk by ID.

GET
/api/v1/configuration/sip-trunks/{trunk_id}

Get a single SIP trunk by ID.

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

trunk_id*Trunk Id

SIP trunk UUID

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/configuration/sip-trunks/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}