5 Feb 2025

A version must be present. Please specify a version by adding the LinkedIn-Version header

You need to pass LinkedIn-Version header as per below example:

# Before
headers: {
  "Content-Type": "application/json",
  Authorization: `Bearer ${req.body.accessToken}`,
},

# Now
headers: {
  "Content-Type": "application/json",
  Authorization: `Bearer ${req.body.accessToken}`,
  "LinkedIn-Version": "202401",
},

How to get LinkedIn-Version from LinkedIn?

You may also like

How to get LinkedIn-Version from LinkedIn?

How to get LinkedIn-Version from LinkedIn?

Continue reading

Best practices for working with version control systems like git

This blog post covers best practices for working with git, including...

Continue reading

Integrating Social Media Widgets into a Website Using HTML and JavaScript

Integrate social media widgets into your website with HTML and JavaS...

Continue reading