
Salesforce API Integration Profile
Information and guides about integrating with Salesforce API
Add Salesforce Integration to Your AppRegistration - Token Exchange in Salesforce API
This exchanges the auth code returned in the Authorize Request for an access token and refresh token. This follows the standard Auth Code flow/Webserver Code Flow pattern. The Code is the return form the Authorization call.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Client Id | data.client_id | string | |
Client Secret | data.client_secret | string | |
Grant Type | data.grant_type | string |