Skip to main content
POST
/
agent
/
saveAgentInfo
创建客服
curl --request POST \
  --url https://sg.sobot.io/agent/saveAgentInfo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Body

application/json

com.sobot.basic.base.core.agent.vo.AgentVO

Response

200 - application/json

成功