TelecomSip gateway

Returns the LiveKit SIP-gateway endpoint a customer's SIP provider must point at: hostname from config + resolved IPv4 addresses. Some providers (e.g. Mango) only accept an IP, others accept a domain — frontend shows both и пусть юзер выбирает что вписывать.

GET
/Telecom/sip-gateway
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Telecom/sip-gateway"
{
  "addresses": [
    "string"
  ]
}