TelecomCustomAccountsIdReprovision sip trunks

Reprovision LiveKit SIP trunks for a Custom TelecomAccount: deletes existing trunks (best-effort) and recreates them from current DB state. Useful when LiveKit was redeployed with empty DB or trunks were removed manually.

POST
/Telecom/custom/accounts/{id}/reprovision-sip-trunks
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X POST "https://api.speaknode.com/api/Telecom/custom/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/reprovision-sip-trunks"
{
  "inbound_trunk_id": "string",
  "outbound_trunk_id": "string",
  "numbers_count": 0
}