打开 RTM 连接会话
POST {base_url}/rtm.start
需要登录
{
"ws_host": "wss://rtm.bearychat.com/nimbus/ws:xxx",
"user": {
"inactive": false,
"role": "normal",
"email": "[email protected]",
"name": "BearyBot",
"type": "assistant",
"created": "2017-01-11T12:28:31.000+0000",
"id": "=bwMkR",
"avatars": {
"small": null,
"medium": null,
"large": null
},
"team_id": "=bw52O",
"full_name": "倍洽小助手",
"mobile": null,
"profile": {
"bio": null,
"position": null,
"skype": null
}
}
}
{
"code": // error code,
"error": "unexpected error"
}