{ "opencollection": "1.0.0", "info": { "name": "Salesforce Einstein Bots AI Record Insights Bot Definitions API", "version": "58.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.salesforce.com/services/oauth2/authorize", "accessTokenUrl": "https://login.salesforce.com/services/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Bot Definitions", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Einstein List bots", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v58.0/einstein/bots" }, "docs": "Returns a list of all Einstein Bots configured in the org." }, { "info": { "name": "Salesforce Einstein Get a bot", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v58.0/einstein/bots/:botId", "params": [ { "name": "botId", "value": "", "type": "path", "description": "Unique identifier for the Einstein Bot." } ] }, "docs": "Returns details of a specific Einstein Bot." } ] } ], "bundled": true }