{ "opencollection": "1.0.0", "info": { "name": "Truepill (FuzeRx) Insurance Prescriptions API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Prescriptions", "type": "folder" }, "items": [ { "info": { "name": "List a patient's prescriptions.", "type": "http" }, "http": { "method": "GET", "url": "https://rxapi.fuzehealth.com/v1/patient/:patient_token/prescriptions", "params": [ { "name": "patient_token", "value": "", "type": "path", "description": "Opaque token identifying the patient." } ] }, "docs": "List a patient's prescriptions." }, { "info": { "name": "Get prescription details.", "type": "http" }, "http": { "method": "GET", "url": "https://rxapi.fuzehealth.com/v1/prescription/:prescription_token", "params": [ { "name": "prescription_token", "value": "", "type": "path" } ] }, "docs": "Get prescription details." } ] } ], "bundled": true }