{ "opencollection": "1.0.0", "info": { "name": "DoseSpot Medications Prescribers API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Prescribers", "type": "folder" }, "items": [ { "info": { "name": "Search clinicians", "type": "http" }, "http": { "method": "GET", "url": "https://my.dosespot.com/webapi/v2/clinicians", "params": [ { "name": "pageNumber", "value": "", "type": "query" } ] }, "docs": "Retrieve clinicians (prescribers) and supporting staff in the clinic." }, { "info": { "name": "Create a clinician", "type": "http" }, "http": { "method": "POST", "url": "https://my.dosespot.com/webapi/v2/clinicians", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new clinician (prescriber) within the clinic." }, { "info": { "name": "Get a clinician", "type": "http" }, "http": { "method": "GET", "url": "https://my.dosespot.com/webapi/v2/clinicians/:clinicianId", "params": [ { "name": "clinicianId", "value": "", "type": "path" } ] }, "docs": "Retrieve a single clinician (prescriber) record by ID." } ] } ], "bundled": true }