{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Consent API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Consent", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Consent", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/consent/action/action", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "actions", "value": "example_value", "type": "query" }, { "name": "ids", "value": "example_value", "type": "query" } ] }, "docs": "Your users can store consent preferences in different locations and possibly inconsistently. You can locate your customers’ preferences for consent across multiple records when using API version 44.0 and later. Tracking consent preferences helps you and your users respect the most restrictive requests.\nConsent API aggregates consent settings across the Contact, Contact Point Type Consent, Data Use Purpose, Individual, Lead, Person Account, and User objects when the records have a lookup relation" } ] } ], "bundled": true }