{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Custom API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Custom Invocable Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/actions/custom", "headers": [ { "name": "Content-Type", "value": "example_value" } ] }, "docs": "Returns the list of all custom actions. You can also get basic information for each type of action.\nThis resource is available in REST API version 32.0 and later." } ] } ], "bundled": true }