Skip to content

How to obtain the Access Token for Linkedin Pages Sources

To connect to LinkedIn Pages through the API, you need to create an app, request access to the API, and generate an access token. Follow the steps below to complete the process.

Visit the LinkedIn Developer portal.

Click the Create App button.

LinkedIn creating app

Enter your App Name and paste the link to your company’s LinkedIn page into the LinkedIn Page field.

LinkedIn app name

Upload your app logo, check the box to accept the legal agreement, and click the Create App button.

LinkedIn app creating

Go to the Settings tab and click the Verify button. The administrator of your LinkedIn company page must then verify the app to grant it access to company data.

LinkedIn app verifying

LinkedIn verifying

Please, ensure that the app is verified:

LinkedIn verified

Once your app is verified, navigate to the Products tab in the LinkedIn Developer Portal and request access to the necessary APIs.

If you need access to LinkedIn Page data: to work with organic content and page analytics — such as posts, followers, reactions, comments, shares, and engagement metrics — request access to both:

  • Share on LinkedIn
  • Community Management API

LinkedIn share request

LinkedIn community request

⏳ Approval may take up to 24 hours. You will receive a confirmation email once your request is approved.

LinkedIn request accepted

When access is granted, the Share on LinkedIn and Community Management API will appear under the Added Products section on the Products page.

LinkedIn Adv API added

Navigate to the Auth tab of your LinkedIn app and click OAuth 2.0 tools on the right-hand side of the page.

LinkedIn OAuth

Click the Create token button to begin the authorization process.

LinkedIn Token


If you see the following error message:
“There aren’t any scopes available for this app. Select another app or visit your app’s product settings to request API access,“
make sure you’ve requested and received approval for the necessary APIs in Step 3.

LinkedIn Scopes Error


Select the required scopes for pages data access:

  • r_organization_social
  • r_organization_followers
  • r_social_engagement

LinkedIn Scopes

After selecting the appropriate scopes, click Request access token.

LinkedIn Request token

On the next screen, click Allow to authorize the app.

LinkedIn Allow access

After the token is generated, copy and securely store your Access Token.

⚠️ Important:
Make sure you are copying the Access Token, not the Refresh Token.
The Access Token is located at the top of the page.

LinkedIn Copy token

You can now use this token as described in the Getting Started guide to connect to LinkedIn Ads or LinkedIn Pages data sources.