{ "opencollection": "1.0.0", "info": { "name": "Salesforce Service Cloud Salesforce Chat REST Accounts Settings API", "version": "59.0" }, "request": { "auth": { "type": "apikey", "key": "X-LIVEAGENT-API-VERSION", "value": "{{X-LIVEAGENT-API-VERSION}}", "placement": "header" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Service Cloud Get deployment settings", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/chat/rest/Visitor/Settings", "params": [ { "name": "org_id", "value": "", "type": "query", "description": "Salesforce organization ID" }, { "name": "deployment_id", "value": "", "type": "query", "description": "Chat deployment ID" } ] }, "docs": "Retrieves settings and configuration for a chat deployment, used to initialize the chat client." } ] } ], "bundled": true }