AdminSettingsKey

Возвращает значение конкретного setting'а или null.

GET
/Admin/settings/{key}
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

key*string
Value in"LiveKitBridgeTrunkId" | "LiveKitBridgeDispatchRuleId" | "LiveKitOperatorInviteDispatchRuleId"

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Admin/settings/LiveKitBridgeTrunkId"
{
  "key": "LiveKitBridgeTrunkId",
  "value": "string"
}