Lấy thông tin máy nhánh
API này dùng để lấy thông tin máy nhánh đã được tạo trước đó
Request
Response
Tên trường
Kiểu dữ liệu
Mô tả
Last updated
API này dùng để lấy thông tin máy nhánh đã được tạo trước đó
Last updated
POST $BASE_URL.Interits/GetExtensionInfo HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"email": "text",
"extension_number": "text",
"phone": "text"
}{
"expires_at": "2026-01-25T10:44:05.674Z",
"extension_number": "text",
"extension_password": "text",
"tenant_domain": "text"
}curl --request POST \
--url $BASE_URL.Interits/GetExtensionInfo \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"extension_number": "101"
}'{
"extension_number": "101",
"extension_password": "",
"tenant_domain": "",
"expires_at": ""
}