{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Authorize API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authorize", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Registration - Authorize", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/services/oauth2/authorize", "headers": [ { "name": "Auth-Request-Type", "value": "example_value" }, { "name": "Auth-Verification-Type", "value": "example_value" }, { "name": "Authorization", "value": "example_value" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "response_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "redirect_uri", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "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`" } ] } ], "bundled": true }