1.1 根据sip号码获取座席登录账户
1.2 调用方式
GET
1.3 传入参数
| 序号 | 名称 | 类型 | 是否必填 | 说明 |
|---|---|---|---|---|
| 1 | {sipnumber} | String | 是 | 座席绑定的sip号码 |
1.4 回应参数
| 序号 | 名称 | 类型 | 是否必填 | 说明 |
|---|---|---|---|---|
| 1 | data | Object数组 | 是 | 结果集 |
| 1.1 | password | String | 是 | 座席密码 |
| 1.2 | accout | String | 是 | 座席账号 |
1.5 使用样例
调用:
url:https://ykf.uincall.com/openapi/sys/set/sip/find/agent/{sipnumber}?tenant_id=acf528a2-d0e2-4a7b-xxxx-74cb3995cfab&access_token=1191ccefd33e6885e371d68a210d8b8a响应:
{
"errcode": 0,
"errmsg": "success",
"data": {
"password": "xxxxxx",
"accout": "1001@xxxxxx"
}
}文档更新时间: 2025-10-16 10:41 作者:admin