Get extension information

This API is used to get previously created extension information.

Note:

  • For APIs used for Shop, the API key is: <api_key>. The base_url information of the Shop.

  • For APIs used for Partner, the API key is: <shop_key>. The base_url information of the Partner.

GetExtensionInfo

post
Body
emailstringOptional
extension_numberstringOptional
phonestringOptional
Responses
200

A successful response

application/json
post
$BASE_URL.ETelecom/GetExtensionInfo
200

A successful response

Request:

Response:

Request body structure:

School name
Data type
Describe

extension_number required

string

Extension number

email

string

Email

phone

string

Extension phone number

Return data attribute structure:

School name
Data type
Describe

extension_number

string

Extension number

extension_password

string

Extension password

tenant_domain

string

Switchboard domain

expires_at

string

Extension Expiration Date (eg: "2021-03-10T17:07:19+07:00")

Last updated