TelecomAccountsId
Get a telecom account by ID
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
curl -X GET "https://api.speaknode.com/api/Telecom/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"provider": "string",
"account_identifier": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"sip_gateway": {
"addresses": [
"string"
]
},
"custom_sip": {
"sip_server_address": "string",
"sip_transport": "Auto",
"sip_destination_country": "string",
"sip_allowed_addresses": [
"string"
],
"sip_outbound_auth_username": "string",
"has_sip_outbound_auth_password": true,
"sip_inbound_auth_username": "string",
"has_sip_inbound_auth_password": true,
"port": 0,
"live_kit_inbound_trunk_id": "string",
"live_kit_outbound_trunk_id": "string",
"live_kit_dispatch_rule_id": "string",
"updated_at": "2019-08-24T14:15:22Z"
}
}Soft-delete a TelecomAccount and all its phone-number bindings. Custom: LiveKit trunks are also deleted (best-effort) before the soft-delete. DELETE
Previous Page
Verify a TelecomAccount: DB-config sanity + LiveKit trunks alive + numbers in sync. Custom-only — non-Custom providers return LocalConfig=Ok, остальные checks Skipped. POST
Next Page