{ "opencollection": "1.0.0", "info": { "name": "Jade Diabetes REST Authentication Predictions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Predictions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve BGL predictions (subscribers only)", "type": "http" }, "http": { "method": "POST", "url": "https://app.jadediabetes.com/api/1.0/predict" }, "docs": "Predict blood glucose levels hours ahead. Subscriber-only." } ] } ], "bundled": true }