小编Car*_*ina的帖子

LinkedIn API:按个性名称查找组织端点返回 500 内部服务器错误

我不断收到端点“按个性名称查找组织”的 500 内部服务器错误。我尝试使用 202307 和 202311 版本,但得到相同的结果。在文档中,我没有看到任何更改。

https://learn.microsoft.com/en-us/linkedin/marketing/community-management/organizations/organization-lookup-api?view=li-lms-2023-11&tabs=http#find-organization-by-vanity-姓名

我的请求:

curl --location 'https://api.linkedin.com/rest/organizations?q=vanityName&vanityName=LinkedIn' \
--header 'Content-Type: application/json' \
--header 'LinkedIn-Version: 202311' \
--header 'X-Restli-Protocol-Version: 2.0.0' \
--header 'Authorization: Bearer ...
Run Code Online (Sandbox Code Playgroud)

我得到什么:

{"message":"Internal Server Error","status":500}
Run Code Online (Sandbox Code Playgroud)

linkedin-api

6
推荐指数
0
解决办法
133
查看次数

标签 统计

linkedin-api ×1