Salesforce Automation · OAuth Scopes

Salesforce Automation OAuth Scopes

OAuth 2.0 derived

Salesforce Automation publishes 5 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Salesforce Automation 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.

AutomationCloudCRMEnterpriseSales
Scopes: 5 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 (5)

ScopeDescriptionFlows
api Access and manage your Salesforce data authorizationCode
chatter_api Access Chatter REST API resources authorizationCode
full Full access to your Salesforce data authorizationCode
refresh_token Perform requests at any time on your behalf authorizationCode
wave_api Access CRM Analytics REST API resources authorizationCode

Source

OAuth Scopes

salesforce-automation-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/salesforce-analytics-api-openapi.json, openapi/salesforce-apex-rest-api-openapi.json,
  openapi/salesforce-bulk-api-openapi.json, openapi/salesforce-change-data-capture-api-openapi.json,
  openapi/salesforce-composite-api-openapi.json, openapi/salesforce-connect-rest-api-openapi.json,
  openapi/salesforce-invocable-actions-api-openapi.json, openapi/salesforce-platform-events-api-openapi.json,
  openapi/salesforce-rest-api-openapi.json, openapi/salesforce-streaming-api-openapi.json, openapi/salesforce-tooling-api-openapi.json
schemes:
- name: oauth2
  source: openapi/salesforce-analytics-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-apex-rest-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: Salesforce OAuth 2.0. The connected app must have API access enabled.
- name: oauth2
  source: openapi/salesforce-bulk-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-change-data-capture-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-composite-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-connect-rest-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-invocable-actions-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-platform-events-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-rest-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: Salesforce OAuth 2.0 authentication. Supports Web Server Flow (authorization_code),
    User-Agent Flow (implicit), JWT Bearer Token Flow, and Device Flow.
- name: oauth2
  source: openapi/salesforce-streaming-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
- name: oauth2
  source: openapi/salesforce-tooling-api-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
scopes:
- scope: api
  description: Access and manage your Salesforce data
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-analytics-api-openapi.json
  - openapi/salesforce-apex-rest-api-openapi.json
  - openapi/salesforce-bulk-api-openapi.json
  - openapi/salesforce-change-data-capture-api-openapi.json
  - openapi/salesforce-composite-api-openapi.json
  - openapi/salesforce-connect-rest-api-openapi.json
  - openapi/salesforce-invocable-actions-api-openapi.json
  - openapi/salesforce-platform-events-api-openapi.json
  - openapi/salesforce-rest-api-openapi.json
  - openapi/salesforce-streaming-api-openapi.json
  - openapi/salesforce-tooling-api-openapi.json
- scope: chatter_api
  description: Access Chatter REST API resources
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-connect-rest-api-openapi.json
- scope: full
  description: Full access to your Salesforce data
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-rest-api-openapi.json
- scope: refresh_token
  description: Perform requests at any time on your behalf
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-rest-api-openapi.json
- scope: wave_api
  description: Access CRM Analytics REST API resources
  flows:
  - authorizationCode
  sources:
  - openapi/salesforce-analytics-api-openapi.json