AdminSettingsKey
Возвращает значение конкретного setting'а или null.
Authorization
Bearer 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"
}