I keep receiving 500 Internal Server Error for the endpoint "Find Organization by Vanity Name" . I tried with the 202307 and 202311 versions, but I get the same result. In the documentation, I didn't saw any changes.
My request:
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 ...
What I get:
{"message":"Internal Server Error","status":500}
api.linkedin.com/v2/organizations
– Franciscafranciscan