Skip to main content
GET
/
exts
/
count
查询当前公司下的分机数量
curl --request GET \
  --url https://sg.sobot.io/exts/count \
  --header 'Authorization: Bearer <token>'
{
  "apiVersion": "",
  "status": "",
  "code": 0,
  "message": "",
  "reason": "",
  "kind": "",
  "metaData": {
    "creatorId": "",
    "creationTime": 0,
    "updateUserId": "",
    "updatedTime": 0
  },
  "data": 0,
  "retMsg": "",
  "retCode": ""
}

Authorizations

Authorization
string
header
required

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

Headers

companyId
string

公司ID

authorization
string
default:{{authorization}}

Query Parameters

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

Response

200 - application/json