Hey there,
I'm trying to fetch this post:
https://www.linkedin.com/posts/vivian-arroyo-kou-a8bab670_lessonslearned-failure-growthmindset-activity-6831251562787155968-hodE
By the Share API...
So, what I'm doing is copy & paste the "6831251562787155968" in the above URL and put it here:
https://api.linkedin.com/v2/shares/6831251562787155968
As of right now, it returns a basic 404 error with no other indication where I'm wrong...
The Share API docs basically tell me nothing on HOW to actually find the shareId...
https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api?tabs=http#look-up-share-by-id
...in order to retrieve the actual share (post or whatever) by it.
Why is this not working?
EDIT: Forgot to mention, this actually works if I use the ID from the "Embed Post" link.
This post in particular doesn't have an embed feature (god knows why), but it usually works.