
Salesforce API Integration Profile
Information and guides about integrating with Salesforce API
Add Salesforce Integration to Your AppRegistration - Authorize in Salesforce API
After you send your registration data to initialize, this request allows you to process that registration data, and as a part of this request you also verify the users email or sms number. The request itself is a authorization call for the Code and Credential flow. It includes 3 specific headers: Auth-Request-Type
which is set to user-registration
, Auth-Verification-Type
which is set to email or sms, and an Authorization Basic header, which is the base 64 encoded result of identifier:otp
where identifier
is the value returned in your initialize registration call, and otp
is the value sent to the end user via email or sms.
The response from this API is the Auth Code, which is then exchanged for the Access Token.
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Client Id | data.client_id | string | |
Redirect Uri | data.redirect_uri | string | |
Response Type | data.response_type | string |