HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
401 | 154001 | Unauthorized, please check you have the correct access | 检查Authorization 和 X-Lark-Helpdesk-Authorization 是否正确,应用和服务台属于同一租户 |
404 | 154004 | Resource not found | 资源不存在,请检查ID值 |
500 | 155000 | Internal error | 内部错误,请联系我们 |
curl --location --request GET 'https://open.feishu.cn/open-apis/helpdesk/v1/agent_emails' \
--header 'Authorization;'
{
"code": 0,
"msg": "success",
"data": {
"agents": {
"ou_xxx": "xxx",
"ou_yyy": "yyy"
}
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通