Skip to main content
Version: 5.7.0

RequestSystemConnection

Request a system RTT connection.

ServiceOperation
rttRegistrationREQUEST_SYSTEM_CONNECTION

Usage

http://localhost:3000
// S2S call: to view example, switch to the Raw tab.
JSON Response
{
"data": {
"endpoints": [
{
"protocol": "ws",
"port": 443,
"host": "evsweba-baas.braincloudservers.com",
"ssl": true,
"ca": "GoDaddy"
}
],
"auth": {
"X-APPID": "13229",
"X-RTT-SECRET": "N@n@n@N@n@n@N@n@n@N@n@n@B@tm@n!"
}
},
"status": 200
}