{ "opencollection": "1.0.0", "info": { "name": "Otreeba Type API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Type", "type": "folder" }, "items": [ { "info": { "name": "Find study by DOI, PubMed ID, or slug.", "type": "http" }, "http": { "method": "GET", "url": "https://api.otreeba.com/v1/studies/:identifierType/:identifier", "params": [ { "name": "identifierType", "value": "", "type": "path", "description": "Type of identifier to for the study to return." }, { "name": "identifier", "value": "", "type": "path", "description": "Identifier for the study to return." } ] }, "docs": "Returns a single study." } ] } ], "bundled": true }