Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
334 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dera all,
I am trying to get a list of comments using the new rest apis, I am setting a GET to
https://api.linkedin.com/rest/socialActions/urn:li:share:7105273271557726208/comments
where is a real post I've created urn:li:share:7105273271557726208
and I got back
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.linkedin.com/rest/socialActions/urn:li:share:7105273271557726208/comments
my headers are
"Authorization": f"Bearer {self.token}",
"Content-Type": "application/json",
"Linkedin-Version": "202304",
I am also wondering if there is a migration guide since for creating posts I am using the old
https://api.linkedin.com/v2/ugcPosts
Thanks