Salesforce Marketing Cloud Account Engagement (Pardot) OAuth Scopes

OAuth 2.0 derived

Salesforce Marketing Cloud Account Engagement (Pardot) publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Salesforce Marketing Cloud Account Engagement (Pardot) API on a user’s behalf.

Tokens are issued from https://login.salesforce.com/services/oauth2/token.

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.

Marketing AutomationB2B MarketingLead GenerationEmail MarketingSalesforceAccount Engagement
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://login.salesforce.com/services/oauth2/authorize
Token URL
https://login.salesforce.com/services/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
pardot_api Access the Pardot/Account Engagement API authorizationCode

Source

OAuth Scopes

pardot-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pardot-openapi.yml
schemes:
- name: BearerAuth
  source: openapi/pardot-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: |-
    Authenticate via Salesforce OAuth2 and pass the resulting access
    token as `Authorization: Bearer {token}`. The `Pardot-Business-Unit-Id`
    header is also required on every request.
scopes:
- scope: pardot_api
  description: Access the Pardot/Account Engagement API
  flows:
  - authorizationCode
  sources:
  - openapi/pardot-openapi.yml