Lấy thông tin tổng đài
API này dùng để lấy thông tin tổng đài
Tham số
Kiểu dữ liệu
Mô tả
Last updated
API này dùng để lấy thông tin tổng đài
Last updated
POST $BASE_URL.Etelecom/GetTenant HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"connection_id": "text",
"connection_method": "unknown",
"created_at": "2026-02-02T15:46:40.483Z",
"domain": "text",
"id": "text",
"name": "text",
"owner_id": "text",
"status": "Z",
"updated_at": "2026-02-02T15:46:40.483Z"
}curl --location '$BASE_URL.Etelecom/GetTenant' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{}'{
"connection_id": "string",
"connection_method": "unknown",
"created_at": "2019-08-24T14:15:22Z",
"domain": "string",
"id": "string",
"name": "string",
"owner_id": "string",
"status": "Z",
"updated_at": "2019-08-24T14:15:22Z"
}