TelecomAccountsIdVerify

Verify a TelecomAccount: DB-config sanity + LiveKit trunks alive + numbers in sync. Custom-only — non-Custom providers return LocalConfig=Ok, остальные checks Skipped.

POST
/Telecom/accounts/{id}/verify
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/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/verify"
{
  "telecom_account_id": "d63a8d2e-2b73-4bca-8e9b-df41d521bc3b",
  "overall_ok": true,
  "local_config": {
    "status": "Ok",
    "reason": "string"
  },
  "inbound_trunk": {
    "status": "Ok",
    "reason": "string"
  },
  "outbound_trunk": {
    "status": "Ok",
    "reason": "string"
  },
  "numbers_in_sync": {
    "status": "Ok",
    "reason": "string"
  }
}