{ "opencollection": "1.0.0", "info": { "name": "LINE Messaging Channel Info API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Info", "type": "folder" }, "items": [ { "info": { "name": "Get bot info", "type": "http" }, "http": { "method": "GET", "url": "https://api.line.me/v2/bot/info" }, "docs": "Returns basic information about the bot associated with the channel access token." } ] } ], "bundled": true }