AurionAI Docs

Test Sip Trunk

Validate current SIP trunk presence/state in LiveKit.

POST
/api/v1/configuration/sip-trunks/{trunk_id}/test

Validate current SIP trunk presence/state in LiveKit.

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

trunk_id*Trunk Id

SIP trunk UUID

Formatuuid

Response Body

application/json

application/json

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