{ "opencollection": "1.0.0", "info": { "name": "Common Room Core Activities Providers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "List providers", "type": "http" }, "http": { "method": "GET", "url": "https://api.commonroom.io/community/v1/providers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of providers to return per page" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor from a previous response" } ] }, "docs": "List the visible signal sources (integrations) for the community, with pagination support." } ] } ], "bundled": true }