AurionAI Docs

Sync Sip Trunk

Check for SIP trunk drift. Use `fix=true` to reconcile.

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

Check for SIP trunk drift. Use fix=true to reconcile.

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

trunk_id*Trunk Id

SIP trunk UUID

Formatuuid

Query Parameters

fix?Fix
Defaultfalse

Response Body

application/json

application/json

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