The creatives endpoint of the new versioned Linkedin API throws RESOURCE_NOT_FOUND error

Swydo Sweeny 1 Reputation point
2022-08-19T10:31:44.127+00:00

We are trying to move to using the new versioned Linkedin API. (https://learn.microsoft.com/en-us/linkedin/marketing/versioning?view=li-lms-unversioned) With our implementation to accommodate the changes the rest of the new API calls work, but non of the ones made to the new creatives endpoint.

Example request:
{
uri: 'https://api.linkedin.com/rest/creatives',
method: 'POST',
headers: {
Authorization: 'Bearer {{access_token}}',
Host: 'api.linkedin.com',
'X-HTTP-Method-Override': 'GET',
'Content-Type': 'application/x-www-form-urlencoded',
'LinkedIn-Version': '202207'
},
body: 'q=search&search.reference.value=urn%3Ali%3Aorganization%{{organisation id}}&search.id.values%5B0%5D={{id}}&search.id.values%5B1%5D={{id}}&count=100',
}

Is there a known issue with the new creatives API, or is there something that we need to pay special attention to ?

Microsoft Advertising API
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.
485 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Swydo Sweeny 1 Reputation point
    2022-08-24T11:19:27.973+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.