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