{ "opencollection": "1.0.0", "info": { "name": "VCV chatbot limits API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "limits", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v3/company-limits", "type": "http" }, "http": { "method": "GET", "url": "https://my.vcv.ai/api/v3/company-limits", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "Company id" }, { "name": "fields[]", "value": "", "type": "query", "description": "Additional fields" } ] }, "docs": "Get company limits" }, { "info": { "name": "PATCH /api/v3/company-limits", "type": "http" }, "http": { "method": "PATCH", "url": "https://my.vcv.ai/api/v3/company-limits", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "company id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update company limits" } ] } ], "bundled": true }