{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Exchange API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Exchange", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Registration - Token Exchange", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/services/oauth2/token", "body": { "type": "form-urlencoded", "data": [ { "name": "code", "value": "" }, { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "redirect_uri", "value": "" } ] } }, "docs": "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." } ] } ], "bundled": true }