Content APIs
Number of APIs: 49
Please note that these are versioned set of APIs and they are different than the earlier one.
These must be used with the content-api-env-versioning environment.
Content APIs are the APIs that are published with the versioned release. These APIs bring capabilities to partners/developers to create rich content via LinkedIn Ads with minimal operational and technical overhead.
You must apply for access to the Marketing Developer Platform in order to use these APIs. See the Developer Portal on how to apply.
-
Use Cases-Image Ad - Initialize Image Upload POST {{baseUrl}}/images?action=initializeUpload
-
Use Cases-Image Ad - Get a single Image GET https://{{baseUrl}}/rest/images/{{image_urn}}
-
Use Cases-Image Ad - Get Multiple Images GET {{baseUrl}}/rest/images?ids=List({{image_urn1}},{{image_urn2}})
-
Use Cases-Image Ad - Get Image Content GET https://{{baseUrl}}/rest/posts/{postId}
-
Use Cases-Image Ad - Fetch multiple Image Content GET https://{{baseUrl}}/rest/posts?ids=List({encoded postId},{encoded postId})
-
Use Cases-Video Ad - Upload a Video PUT {{upload_url}}
-
Use Cases-InMail Content - Send Test InMail POST https://{{baseUrl}}/rest/inMailContents?action=sendTestInMail
-
Use Cases-InMail Content - Get InMail Content GET https://{{baseUrl}}/rest/inMailContents/{adInMailContentId}
-
Use Cases-InMail Content - Update InMail Content POST https://{{baseUrl}}/rest/inMailContents/{adInMailContentId}
-
Use Cases-InMail Content - Batch Get InMail Content GET https://{{baseUrl}}/rest/inMailContents?ids={encoded adInMailContentId}&ids={encoded adInMailContentId}