{ "opencollection": "1.0.0", "info": { "name": "Athelas Enterprise Auth Prescribers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Prescribers", "type": "folder" }, "items": [ { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.athelas.com/enterprise/v1/prescribers/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a prescriber object. A prescriber is the doctor for a given patient." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://api.athelas.com/enterprise/v1/prescribers/:id/update", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the prescriber that will be updated" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a prescriber object. A prescriber is the doctor for a given patient. At least one site must be created before a prescriber is created; they are associated with sites." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.athelas.com/enterprise/v1/prescribers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the prescriber object to get" } ] }, "docs": "Get a prescriber object" } ] } ], "bundled": true }