we’re seeing repeated HTTP 500s for API requests when making requests to the organizationAcls
endpoint for LinkedIn Showcases.
Here’s an example:
<code>Request: Body: { q: organization, organization: urn:li:organizationBrand:72186786, state: APPROVED, count: 500 } Headers: { LinkedIn-Version: 202306, Authorization: Bearer {redacted} }
</code>
<code>Request: Body: { q: organization, organization: urn:li:organizationBrand:72186786, state: APPROVED, count: 500 } Headers: { LinkedIn-Version: 202306, Authorization: Bearer {redacted} }
</code>
Request: Body: { q: organization, organization: urn:li:organizationBrand:72186786, state: APPROVED, count: 500 } Headers: { LinkedIn-Version: 202306, Authorization: Bearer {redacted} }
The response is:
<code>{ "message": "Internal Server Error", "status": 500 }
</code>
<code>{ "message": "Internal Server Error", "status": 500 }
</code>
{ "message": "Internal Server Error", "status": 500 }
There is no additional information in the HTTP response body or headers. This is also persistent each time we try.