cURL
curl --request POST \ --url https://sg.sobot.io/api/exts/_search \ --header 'Authorization: Bearer <token>'
{ "apiVersion": "", "status": "", "code": 0, "message": "", "reason": "", "kind": "", "metaData": { "creatorId": "", "creationTime": 0, "updateUserId": "", "updatedTime": 0 }, "data": { "list": [ { "ext": "", "password": "", "bindStatus": 0, "bindTime": 0, "agentUUID": "", "agentName": "", "langCode": "", "langCodeTxt": "" } ], "currPage": 0, "pageSize": 0, "total": 0 }, "retMsg": "", "retCode": "" }
对外接口 api:查询分机列表
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
公司ID