Lấy cấu hình tổng đài
Tham số
Kiểu dữ liệu
Mô tả
Last updated
Last updated
POST $BASE_URL.Interits/GetDriverConfig HTTP/1.1
Host:
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.Interits/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"
}