Get extension information
This API is used to get previously created extension information.
School name
Data type
Describe
School name
Data type
Describe
Last updated
This API is used to get previously created extension information.
Last updated
POST $BASE_URL.ETelecom/GetExtensionInfo HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"email": "text",
"extension_number": "text",
"phone": "text"
}{
"expires_at": "2026-02-12T03:29:52.595Z",
"extension_number": "text",
"extension_password": "text",
"tenant_domain": "text"
}curl --location '$BASE_URL.Etelecom/GetExtensionInfo' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API-KEY' \
--data '{
"email": "<string>",
"extension_number": "<string>",
"phone": "<string>"
}'{
"expires_at": "2019-08-24T14:15:22Z",
"extension_number": "string",
"extension_password": "string",
"tenant_domain": "string"
}