Skip to main content
POST
/
api
/
5
/
user
/
query_session_status
只针对接口对接用户
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>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

根据partnerid返回用户当前状态及会话id

partnerid
string

Response

200

No Content