i'm trying to get all organization post with administrator accesstoken and organization URN.
i call the api:
https://api.linkedin.com/rest/post
[version:202306]author params like this
header like this
return
{ "status": 404, "code": "RESOURCE_NOT_FOUND", "message": "No virtual resource found" }
comments:
the author param i have encode with %3A as separator. just like this:
urn%3Ali%3Aorganization%3A95737742
organization id i have successfully confirmed by organization API, so i'm sure the organization id is right.
i don't know the reason why always return 'resource not found' if the organization ID is right.
The endpoint is called "posts" not "post". Besides that, everything looks correct to me.