LinkedIn Marketing API · OAuth Scopes

LinkedIn Marketing API OAuth Scopes

OAuth 2.0 searched

LinkedIn Marketing API publishes 13 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the LinkedIn Marketing API API on a user’s behalf.

Tokens are issued from https://www.linkedin.com/oauth/v2/accessToken.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

AdvertisingMarketingLinkedInLead GenerationAudience TargetingConversions APISocial Marketing
Scopes: 13 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.linkedin.com/oauth/v2/authorization
Token URL
https://www.linkedin.com/oauth/v2/accessToken
Flows
authorizationCode

Scopes (13)

ScopeDescriptionFlows
r_ads Read ad accounts, campaign groups, campaigns and creatives. authorizationCode
rw_ads Read and write ad accounts, campaign groups, campaigns and creatives. authorizationCode
r_ads_reporting Read ad campaign reporting and analytics data. authorizationCode
r_basicprofile Read the authenticated member's basic profile. authorizationCode
rw_organization_admin Manage the organization (Page) an application administers. authorizationCode
w_organization_social Post, comment and react on behalf of an organization Page. authorizationCode
w_member_social Post, comment and react on behalf of the authenticated member. authorizationCode
rw_events Create and manage LinkedIn Events for the Event Management API. authorizationCode
r_events Read LinkedIn Events. authorizationCode
r_marketing_leadgen_automation Read Lead Gen Form responses and manage lead notification subscriptions. authorizationCode
openid OpenID Connect sign-in; returns an RS256 id_token. authorizationCode
profile OpenID Connect profile claims (name, given_name, family_name, picture, locale). authorizationCode
email OpenID Connect email and email_verified claims. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: openapi/_original/linkedin-ads-openapi.yml
docs: https://learn.microsoft.com/en-us/linkedin/marketing/getting-started
note: >-
  LinkedIn publishes no single canonical scope reference page. Scopes are granted
  per product and are shown on the Auth tab of your own app in the Developer
  Portal, so the authoritative list is per-application. The scopes below are only
  those evidenced either by the repository OpenAPI or by a named LinkedIn
  documentation page; there are more scopes across Lead Sync, Conversions,
  Community Management, Events and Company Intelligence that LinkedIn discloses
  only to approved partners. A member must consent to the whole requested set —
  individual scopes cannot be selected — and changing an app's scopes forces
  re-authentication.
schemes:
  - name: OAuth2
    source: openapi/linkedin-ads-openapi.yml
    flows:
      - flow: authorizationCode
        authorizationUrl: https://www.linkedin.com/oauth/v2/authorization
        tokenUrl: https://www.linkedin.com/oauth/v2/accessToken
    description: OAuth 2.0 three-legged (authorization code) flow.
  - name: OpenIDConnect
    source: well-known/linkedin-ads-openid-configuration.json
    description: Sign In with LinkedIn using OpenID Connect.
scopes:
  - scope: r_ads
    description: Read ad accounts, campaign groups, campaigns and creatives.
    flows: [authorizationCode]
    sources: [openapi/linkedin-ads-openapi.yml]
  - scope: rw_ads
    description: Read and write ad accounts, campaign groups, campaigns and creatives.
    flows: [authorizationCode]
    sources:
      - openapi/linkedin-ads-openapi.yml
      - https://learn.microsoft.com/en-us/linkedin/marketing/authentication/lms-generate-an-access-token
  - scope: r_ads_reporting
    description: Read ad campaign reporting and analytics data.
    flows: [authorizationCode]
    sources: [openapi/linkedin-ads-openapi.yml]
  - scope: r_basicprofile
    description: Read the authenticated member's basic profile.
    flows: [authorizationCode]
    sources:
      - openapi/linkedin-ads-openapi.yml
      - https://learn.microsoft.com/en-us/linkedin/marketing/authentication/lms-generate-an-access-token
  - scope: rw_organization_admin
    description: Manage the organization (Page) an application administers.
    flows: [authorizationCode]
    sources: [https://learn.microsoft.com/en-us/linkedin/marketing/authentication/lms-generate-an-access-token]
  - scope: w_organization_social
    description: Post, comment and react on behalf of an organization Page.
    flows: [authorizationCode]
    sources: [https://learn.microsoft.com/en-us/linkedin/marketing/authentication/lms-generate-an-access-token]
  - scope: w_member_social
    description: Post, comment and react on behalf of the authenticated member.
    flows: [authorizationCode]
    sources: [https://learn.microsoft.com/en-us/linkedin/marketing/authentication/lms-generate-an-access-token]
  - scope: rw_events
    description: Create and manage LinkedIn Events for the Event Management API.
    flows: [authorizationCode]
    sources: [https://learn.microsoft.com/en-us/linkedin/marketing/integrations/recent-changes]
  - scope: r_events
    description: Read LinkedIn Events.
    flows: [authorizationCode]
    sources: [https://learn.microsoft.com/en-us/linkedin/marketing/integrations/recent-changes]
  - scope: r_marketing_leadgen_automation
    description: Read Lead Gen Form responses and manage lead notification subscriptions.
    flows: [authorizationCode]
    sources: [https://learn.microsoft.com/en-us/linkedin/marketing/lead-sync/leadsync]
  - scope: openid
    description: OpenID Connect sign-in; returns an RS256 id_token.
    flows: [authorizationCode]
    sources: [well-known/linkedin-ads-openid-configuration.json]
  - scope: profile
    description: OpenID Connect profile claims (name, given_name, family_name, picture, locale).
    flows: [authorizationCode]
    sources: [well-known/linkedin-ads-openid-configuration.json]
  - scope: email
    description: OpenID Connect email and email_verified claims.
    flows: [authorizationCode]
    sources: [well-known/linkedin-ads-openid-configuration.json]
consent:
  granularity: all-or-nothing per authorization request
  re_auth_on_scope_change: true
  guidance: Request the least number of scopes your integration needs.
  docs: https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow
x-evidence:
  fetched: '2026-08-13'
  checks:
    - url: https://learn.microsoft.com/en-us/linkedin/marketing/authentication/lms-generate-an-access-token
      http_status: 200
    - url: https://www.linkedin.com/oauth/.well-known/openid-configuration
      http_status: 200
    - url: https://learn.microsoft.com/en-us/linkedin/shared/authentication/permissions
      http_status: 404
      note: No canonical permissions/scopes reference page is published at the expected path.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/linkedin-ads-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.