{ "opencollection": "1.0.0", "info": { "name": "MOSTLY AI Platform REST About Organizations API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-MOSTLY-API-KEY", "value": "{{X-MOSTLY-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations.", "type": "http" }, "http": { "method": "GET", "url": "https://app.mostly.ai/api/v2/organizations" }, "docs": "List organizations." }, { "info": { "name": "Get an organization.", "type": "http" }, "http": { "method": "GET", "url": "https://app.mostly.ai/api/v2/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an organization." }, { "info": { "name": "List members of an organization.", "type": "http" }, "http": { "method": "GET", "url": "https://app.mostly.ai/api/v2/organizations/:id/members", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List members of an organization." } ] } ], "bundled": true }