{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai general API", "version": "1.0" }, "items": [ { "info": { "name": "general", "type": "folder" }, "items": [ { "info": { "name": "list_banner_notifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/banner_notifications/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "get_feature_flags", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/feature_flags/", "headers": [ { "name": "X-Workspace", "value": "" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "get_app_meta", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/meta/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "list_subscription_plans", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/plans/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "list_timezones", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/tz/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } } ] } ], "bundled": true }