{ "opencollection": "1.0.0", "info": { "name": "Amigo Account Config API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "Get client configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/config/client", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "Return client-safe configuration for the authenticated workspace." } ] } ], "bundled": true }