{ "opencollection": "1.0.0", "info": { "name": "RevenueCat REST Apps Projects API", "version": "1.0" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.revenuecat.com/v1/projects", "params": [ { "name": "starting_after", "value": "", "type": "query", "description": "Cursor for pagination; the id of the last object on the previous page." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists all projects the API key has access to." } ] } ], "bundled": true }