{ "opencollection": "1.0.0", "info": { "name": "Airline Analytics Authentication API", "version": "v1.1" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create an authentication token", "type": "http" }, "http": { "method": "POST", "url": "https://airlines-api.hopper.com/airline/v1.1/auth", "body": { "type": "json", "data": "{}" } }, "docs": "Get an authentication token" } ] } ], "bundled": true }