{ "opencollection": "1.0.0", "info": { "name": "Paradox Authentication Company API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "Paradox Get company conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.paradox.ai/api/v1/public/company/conversations" }, "docs": "Retrieve all conversation configurations for the company." }, { "info": { "name": "Paradox Get company groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.paradox.ai/api/v1/public/company/groups" }, "docs": "Retrieve all groups configured for the company." }, { "info": { "name": "Paradox Get company schools and areas", "type": "http" }, "http": { "method": "GET", "url": "https://api.paradox.ai/api/v1/public/company/school_areas" }, "docs": "Retrieve all schools and areas configured for the company." }, { "info": { "name": "Paradox Get AI assistant", "type": "http" }, "http": { "method": "GET", "url": "https://api.paradox.ai/api/v1/public/company/ai" }, "docs": "Retrieve the AI assistant name and image configuration." } ] } ], "bundled": true }