Authorize Salesforce
Start Salesforce OAuth flow
Parameters:
- instance_id: Identifier for the instance requesting authorization
- client_id: Optional client ID for white labeling
- scope: Optional scopes to request (space-separated)
- redirect_url: Optional URL to redirect to after authorization completes
- instance_url: Optional Salesforce instance URL for sandbox or custom domains
Query parameters
Unique identifier for the client instance requesting authorization
Unique identifier for the client instance requesting authorization
Client ID for white labeling, if not provided will use default credentials
Client ID for white labeling, if not provided will use default credentials
Optional OAuth scopes to request (space-separated string)
Optional OAuth scopes to request (space-separated string)
Optional URL to redirect to after authorization completes
Optional URL to redirect to after authorization completes
Salesforce instance URL (e.g., https://mycompany.salesforce.com). If not provided, will use default login.salesforce.com
Salesforce instance URL (e.g., https://mycompany.salesforce.com). If not provided, will use default login.salesforce.com
Response
Successful Response