Skip to main content
POST
/
api
/
exts
/
_add
开放接口新建分机账号
curl --request POST \
  --url https://sg.sobot.io/api/exts/_add \
  --header 'Authorization: Bearer <token>'
{
  "apiVersion": "",
  "status": "",
  "code": 0,
  "message": "",
  "reason": "",
  "kind": "",
  "metaData": {
    "creatorId": "",
    "creationTime": 0,
    "updateUserId": "",
    "updatedTime": 0
  },
  "data": {
    "": {}
  },
  "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

agentID
string
agentType
string
ext
string
password
string
langCodeTxt
string
companyId
string

Response

200 - application/json