{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Configuration API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Authentication Configuration Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/.well-known/auth-configuration" }, "docs": "Salesforce Authentication Configuration Endpoint" }, { "info": { "name": "Salesforce Configuration Loader Api", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/apexrest/SBQQ/ServiceRouter", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "loader", "value": "example_value", "type": "query" }, { "name": "uid", "value": "500123", "type": "query" } ] }, "docs": "The Configuration Loader API returns all the data for the product, including its product options and configuration model. When configuring a nested bundle, set the parentProductproperty to the parent product to inherit configuration attributes on the nested bundle.\nAvailable in: Salesforce CPQ Spring ’17 and later\n\nhttps://developer.salesforce.com/docs/atlas.en-us.cpq_dev_api.meta/cpq_dev_api/cpq_api_config_loader.htm" }, { "info": { "name": "Salesforce Embedded Service Configuration Describe", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/support/embeddedservice/configuration/:EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME", "value": "example_value", "type": "path" } ] }, "docs": "Retrieves the values for your Embedded Service deployment configuration, including the branding colors, font, and site URL.\n\nYou must be logged in to the account that owns the EmbeddedServiceConfigDeveloperName you are querying." } ] } ], "bundled": true }