Salesforce Service Cloud APIs OAuth Scopes
Salesforce Service Cloud APIs publishes 36 OAuth 2.0 scopes via the authorizationCode and implicit flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Salesforce Service Cloud APIs 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.
OAuth endpoints
https://login.salesforce.com/services/oauth2/authorize
https://login.salesforce.com/services/oauth2/token
authorizationCodeimplicit
Scopes (36)
| Scope | Description | Flows |
|---|---|---|
| api | Access the Salesforce platform APIs (REST, SOAP, Bulk) as the authenticated user. The scope Service Cloud record work runs on. | |
| mcp_api | Call the Salesforce hosted MCP servers. | |
| chatbot_api | Access bot APIs — the Einstein Bots Runtime API. | |
| refresh_token | Issue a refresh token so the client can obtain new access tokens without re-prompting. | |
| offline_access | OIDC equivalent of refresh_token. | |
| sfap_api | Salesforce AI Platform API access. | |
| einstein_gpt_api | Einstein GPT / generative AI platform API access. | |
| full | Full access to all data the user can access. Broadest scope; avoid for agent clients. | |
| openid | OIDC — issue an ID token. | |
| id | Access the identity URL service. | |
| profile | ||
| address | ||
| phone | ||
| web | Access to the web UI via the access token. | |
| lightning | Access Lightning applications. | |
| visualforce | Access Visualforce pages. | |
| content | Access Salesforce CRM Content. | |
| chatter_api | Access the Connect REST API (Chatter/Connect). | |
| custom_permissions | Return the custom permissions in the org associated with the connected app. | |
| interaction_api | Interaction Studio / personalization API. | |
| wave_api | CRM Analytics (Wave/Tableau CRM) REST API. | |
| eclair_api | CRM Analytics Eclair chart API. | |
| pardot_api | Account Engagement (Pardot) API. | |
| scrt_api | Service Cloud Real-Time (SCRT) — the Messaging for In-App and Web transport. | |
| user_registration_api | ||
| pwdless_login_api | Passwordless login API. | |
| forgot_password | ||
| cdp_api | Data Cloud / CDP API. | |
| cdp_ingest_api | ||
| cdp_query_api | ||
| cdp_profile_api | ||
| cdp_segment_api | ||
| cdp_identityresolution_api | ||
| cdp_calculated_insight_api | ||
| data_cloud_user_claims |
📄 Provider scope reference: https://help.salesforce.com/s/articleView?id=platform.remoteaccess_oauth_tokens_scopes.htm&type=5
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.