{ "opencollection": "1.0.0", "info": { "name": "Awair Home & OAuth Developer Air Data User API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://developer-apis.awair.is/v1/users/self" }, "docs": "Returns profile and tier information for the user who owns the access token." } ] } ], "bundled": true }