Pardot Authentication

Authentication

Salesforce Marketing Cloud Account Engagement (Pardot) secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Marketing AutomationB2B MarketingLead GenerationEmail MarketingSalesforceAccount Engagement
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

BearerAuth oauth2
· flows: authorizationCode

Source

Authentication Profile

pardot-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/pardot-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: BearerAuth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
    scopes: 1
  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.
  sources:
  - openapi/pardot-openapi.yml