{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes Login API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Login", "type": "folder" }, "items": [ { "info": { "name": "/login", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/login" }, "docs": "/login" }, { "info": { "name": "/login/assert", "type": "http" }, "http": { "method": "POST", "url": "https://aqs.epa.gov/data/api/login/assert" }, "docs": "/login/assert" }, { "info": { "name": "/login/fail", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/login/fail" }, "docs": "/login/fail" } ] } ], "bundled": true }