LinkedIn Marketing API · OAuth Scopes

LinkedIn Marketing API OAuth Scopes

OAuth 2.0 derived

LinkedIn Marketing API publishes 4 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: 4 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (4)

ScopeDescriptionFlows
r_ads Read ads accounts, campaigns, and creatives. authorizationCode
r_ads_reporting Read ad campaign reporting data. authorizationCode
r_basicprofile Read basic profile. authorizationCode
rw_ads Read and write ads accounts, campaigns, and creatives. authorizationCode

Source

OAuth Scopes

linkedin-ads-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/linkedin-ads-openapi.yml
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.
scopes:
- scope: r_ads
  description: Read ads accounts, campaigns, and creatives.
  flows:
  - authorizationCode
  sources:
  - openapi/linkedin-ads-openapi.yml
- scope: r_ads_reporting
  description: Read ad campaign reporting data.
  flows:
  - authorizationCode
  sources:
  - openapi/linkedin-ads-openapi.yml
- scope: r_basicprofile
  description: Read basic profile.
  flows:
  - authorizationCode
  sources:
  - openapi/linkedin-ads-openapi.yml
- scope: rw_ads
  description: Read and write ads accounts, campaigns, and creatives.
  flows:
  - authorizationCode
  sources:
  - openapi/linkedin-ads-openapi.yml