{ "opencollection": "1.0.0", "info": { "name": "Walgreens Prescription Refill Appointments Transfers API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Transfers", "type": "folder" }, "items": [ { "info": { "name": "Submit Prescription Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://services.walgreens.com/api/rx/transfer", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a prescription transfer request using a Base64-encoded image of the prescription label from another pharmacy. Requires the token from the Obtain Transfer URL step. Optionally includes patient demographic information to pre-populate the transfer form." } ] } ], "bundled": true }