Get Driver Config

This API is used to get switchboard configuration 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.

GetDriverConfig

post
Body
objectOptional
Responses
200

A successful response

application/json
post
$BASE_URL.ETelecom/GetDriverConfig
200

A successful response

Request:

Response:

Return data attribute structure:

Parameters
Data type
Describe

connection_id

string

Session ID

push_head

string

Push notification method

push_id

string

Push notification ID

sip_domain

string

Switchboard domain

sip_port

int

Switchboard port

transport

string

Connection port information

version

string

Switchboard version

websocket_url

string

Websocket connection link

Last updated