I’m trying to use the LinkedIn APi request (beta) to get the analytics of a specific post.
The request i’m using is GET https://api.linkedin.com/rest/organizationalEntityShareStatistics?q=organizationalEntity&organizationalEntity=urn:li:organization:{org_ID}&shares[0]=urn:li:share:{share_ID}
in Zapier API interface, i’ve encoded the url like that : ‘urn%3Ali%3Aorganization%3A{org_ID}’ (same logic for the share ID.
can’t find out why the request indicates Invalid param.
ANy suggestion will be appreciated ;)