cURL
curl --request POST \ --url https://sg.sobot.io/api/5/user/query_session_status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "partnerid": "<string>" } '
只针对接口对接用户
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
根据partnerid返回用户当前状态及会话id
No Content