Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 826 Bytes

rtm.start.md

File metadata and controls

56 lines (45 loc) · 826 Bytes

rtm.start

打开 RTM 连接会话

请求方式

POST {base_url}/rtm.start

请求参数

需要登录

响应

200

{
  "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"
}