{ "opencollection": "1.0.0", "info": { "name": "Tibber Data Devices Homes API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://thewall.tibber.com/connect/authorize", "accessTokenUrl": "https://thewall.tibber.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Homes", "type": "folder" }, "items": [ { "info": { "name": "List Homes", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.tibber.com/v1/homes" }, "docs": "List the authenticated user's homes that the granted scopes permit access to." } ] } ], "bundled": true }