{ "opencollection": "1.0.0", "info": { "name": "EPA Air Quality System (AQS) Account Type Codes MATS Methods API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "MATS Methods", "type": "folder" }, "items": [ { "info": { "name": "MatsMethodController_getMethods", "type": "http" }, "http": { "method": "GET", "url": "https://aqs.epa.gov/data/api/monitor-plan-mgmt/locations/:locId/mats-methods", "params": [ { "name": "locId", "value": "12345", "type": "path" } ] } } ] } ], "bundled": true }