undefined

Endpoints API

It's possible to retrieve all possible server endpoints via REST API using request below. Application account key is required as a header.

Normally this request should be used when transfer an application from Shared cloud to Enterprise server.

Endpoint
GET https://api.connectycube.com/account_settings
Headers
Parameter Description
CB-Account-Key Account endpoint, is available in the ConnectyCube dashboard in the application details

Account key in ConnectyCube dashboard

Request example
curl -X GET \
-H "CB-Account-Key: BqZHeqx5VVn9myVe4FY1" \
https://api.connectycube.com/account_settings
Response
{
    "api_key":"BqZHeqx5VVn9myVe4FY1",
    "api_endpoint":"https://api.connectycube.com",
    "chat_endpoint":"chat.connectycube.com",
    "turnserver_endpoint":"turn.connectycube.com"
}