{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Theme API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Theme", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Active Theme", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/themes/active" }, "docs": "Get a Salesforce org’s active theme. A theme uses colors, images, and banners to change the overall appearance of Salesforce. Administrators can define themes and switch themes to provide a different look. The User Interface API response matches the Admin’s selection." } ] } ], "bundled": true }