{ "opencollection": "1.0.0", "info": { "name": "teelaunch Account Platforms API", "version": "1.0.0" }, "items": [ { "info": { "name": "Platforms", "type": "folder" }, "items": [ { "info": { "name": "Get Platforms", "type": "http" }, "http": { "method": "GET", "url": "https://api.teelaunch.com/api/v1/platforms", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "Page number (default: 1)" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Platforms\n\nGet account Platform with stores connected to each" }, { "info": { "name": "Get Platform", "type": "http" }, "http": { "method": "GET", "url": "https://api.teelaunch.com/api/v1/platforms/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the platform." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Platform\n\nGet account Platform by id" } ] } ], "bundled": true }