Skip to main content
GET
/
exts
/
registered
/
{ext}
/
{phoneType}
/
{ip}
查询分机的注册状态,webmsg收到EventUnreachable/EventUnregistered时调用
curl --request GET \
  --url https://sg.sobot.io/exts/registered/{ext}/{phoneType}/{ip} \
  --header 'Authorization: Bearer <token>' \
  --header 'user: <user>'

Authorizations

Authorization
string
header
required

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

Headers

user
string
required
companyId
string

公司ID

authorization
string
default:{{authorization}}

Path Parameters

ext
string
required
phoneType
string
required
ip
string
required

Query Parameters

companyId
string
operatorUserId
string
tempId
string
language
string
timezone
string
timezoneid
string

Response

200 - application/json