Lấy cấu hình tổng đài
API này dùng để lấy thông tin cấu hình tổng đài
Tham số
Kiểu dữ liệu
Mô tả
Last updated
API này dùng để lấy thông tin cấu hình tổng đài
Last updated
POST $BASE_URL.Etelecom/GetDriverConfig HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"connection_id": "text",
"push_head": "text",
"push_id": "text",
"sip_domain": "text",
"sip_port": 1,
"transport": "text",
"version": "text",
"websocket_url": "text"
}curl --location '$BASE_URL.Etelecom/GetDriverConfig' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API-KEY' \
--data '{}'{
"connection_id": "string",
"push_head": "string",
"push_id": "string",
"sip_domain": "string",
"sip_port": 0,
"transport": "string",
"version": "string",
"websocket_url": "string"
}