{"info":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","description":"<html><head></head><body><h1 id=\"regalo-health-api\">Regalo Health API</h1>\n<p>The API serves as a way for order updates and order tracking to be submitted to Regalo Health using a RESTful JSON API.</p>\n<h2 id=\"rate-limits--abuse\"><strong>Rate Limits &amp; Abuse</strong></h2>\n<p>There is rate limiting in effect to prevent abuse of the system. 10 requests per second per IP address.</p>\n<h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>In case you have questions, visit our <a href=\"https://developers.transitionrx.com/faq\">FAQ page</a> or put in a <a href=\"https://developers.transitionrx.com/help-ticket\">support ticket</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Regalo Health API","slug":"regalo-health-api"}],"owner":"330382","collectionId":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","publishedId":"2sB3QQKo89","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-20T13:51:37.000Z"},"item":[{"name":"Authentication","item":[{"name":"authenticate","event":[{"listen":"test","script":{"id":"f67729ff-bda5-43f9-8837-e818c9815b89","exec":["let json = pm.response.json();","pm.environment.set(\"Bearer\", json.token);"],"type":"text/javascript","packages":{}}}],"id":"f825fb2f-abe6-4193-809d-c29274dae455","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"password\": \"{{pass}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/authenticate","description":"<p>Use your username and password from the developers website to authenticate. The bearer token that is returned will be valid for 24 hours.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["authenticate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8e9e8d74-ab97-455f-b81d-0109d9b1b14c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"password\": \"{{pass}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Date","value":"Sat, 17 Aug 2024 16:32:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=9s97rfhrcfmvuh82212f4n87ml; path=/"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1\",\n    \"first\": \"John\",\n    \"last\": \"Doe\",\n    \"email\": \"john.doe@gmail.com\",\n    \"company\": \"My Company\",\n    \"phone\": \"7146541122\",\n    \"role\": \"0\",\n    \"status\": \"1\",\n    \"production\": \"0\",\n    \"created\": \"2024-01-01\",\n    \"facility\": \"TPS\",\n    \"program\": \"15\",\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.-nlnCL7BMiz5NDp45paCbUoviWXE0FhwbMGblF-v0l0\"\n}"},{"id":"e6793b20-6727-4a10-b5db-eb400db88d98","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"password\": \"{{pass}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/authenticate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Date","value":"Thu, 22 Aug 2024 01:34:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Username or password is incorrect\"\n}"}],"_postman_id":"f825fb2f-abe6-4193-809d-c29274dae455"}],"id":"d4ac9155-1f70-4a8e-ab4e-f46931a2153b","description":"<p>Each call to the API requires a secure and authenticated connection. The API uses JWT to create an encrypted bearer token granted from a username and password. Every call to the API besides this authentication call must have a valid bearer token in its authorization headers.Your bearer token is valid for 24 hours.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h3 id=\"access-mode\">Access Mode</h3>\n<p>There are two modes that your account can be set to. Initially the account will be set to \"Sandbox\" mode where each API call you make will give you a mocked response back. Once your account is fully tested and ready to launch, please let us know and we will elevate your account to \"Production\" mode. In production mode, all API calls are live and will result in prescriptions being filled.</p>\n","_postman_id":"d4ac9155-1f70-4a8e-ab4e-f46931a2153b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Order Fulfillment","item":[{"name":"Add Shipment","id":"39e35244-0a8c-4f01-b2be-eaab254dd84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"order_id\": 12345,\n  \"tracking_number\": \"12345674543\",\n  \"ship_date\": \"2025-10-17\",\n  \"carrier\": \"UPS\",\n  \"shipping_address\": {\n    \"address1\": \"123 Sunshine Ln\",\n    \"address2\": \"\",\n    \"city\": \"Trevose\",\n    \"state\": \"PA\",\n    \"zip\": \"12345\"\n  },\n  \"refills_remain\": 4,\n  \"quantity_dispensed\": 90,\n  \"days_supply\": 90,\n  \"date_dispensed\": \"2025-12-25\",\n  \"rx_number\": \"899976\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/orders/shipment","description":"<p>This endpoint is used to send Regalo Health shipment updates to orders via case_id and fulfillment_id</p>\n","urlObject":{"path":["orders","shipment"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>ID of the order - integer</p>\n","type":"text/plain"},"key":"order_id","value":""},{"disabled":true,"description":{"content":"<p>Tracking number of the shipment - string</p>\n","type":"text/plain"},"key":"tracking_number","value":""},{"disabled":true,"description":{"content":"<p>Date of shipment (yyyy-mm-dd hh:mm:dd) - string</p>\n","type":"text/plain"},"key":"ship_date","value":""},{"disabled":true,"description":{"content":"<p>Shipment Carrier (UPS, FEDEX, USPS) - string</p>\n","type":"text/plain"},"key":"carrier","value":""},{"disabled":true,"key":"shipping_address","value":""},{"disabled":true,"description":{"content":"<p>Address Line 1 - string</p>\n","type":"text/plain"},"key":"address1","value":""},{"disabled":true,"description":{"content":"<p>Address Line 2 - string</p>\n","type":"text/plain"},"key":"address2","value":""},{"disabled":true,"description":{"content":"<p>Address City - string</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>2-digit state code - string</p>\n","type":"text/plain"},"key":"state","value":""},{"disabled":true,"description":{"content":"<p>5-digit zip code - string</p>\n","type":"text/plain"},"key":"zip","value":""},{"disabled":true,"description":{"content":"<p>The amount of refills left on the prescription after this fill</p>\n","type":"text/plain"},"key":"refills_remain","value":null},{"disabled":true,"description":{"content":"<p>How many were dispensed for this fill</p>\n","type":"text/plain"},"key":"quantity_dispensed","value":null},{"disabled":true,"description":{"content":"<p>The total days supply for this fill</p>\n","type":"text/plain"},"key":"days_supply","value":null},{"disabled":true,"description":{"content":"<p>The date the fill was dispensed on</p>\n","type":"text/plain"},"key":"date_dispensed","value":null},{"disabled":true,"description":{"content":"<p>The pharmacies prescription identifier</p>\n","type":"text/plain"},"key":"rx_number","value":null}],"variable":[]}},"response":[{"id":"d62bffdd-f207-4ae7-aa5a-f9e75f6e0d16","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"case_id\": 12345,\n  \"fulfillment_id\": 12345,\n  \"tracking_number\": \"12345674543\",\n  \"ship_date\": \"2025-10-17\",\n  \"carrier\": \"UPS\",\n  \"shipping_address\": {\n    \"address1\": \"123 Sunshine Ln\",\n    \"address2\": \"\",\n    \"city\": \"Trevose\",\n    \"state\": \"PA\",\n    \"zip\": \"12345\"\n  },\n  \"refills_remain\": 4,\n  \"quantity_dispensed\": 90,\n  \"days_supply\": 90,\n  \"date_dispensed\": \"2025-12-25\",\n  \"rx_number\": \"899976\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/shipment","host":["{{host}}"],"path":["orders","shipment"],"query":[{"key":"case_id","value":null,"type":"text","disabled":true},{"key":"fulfillment_id","value":null,"type":"text","disabled":true},{"key":"tracking_number","value":null,"type":"text","disabled":true},{"key":"ship_date","value":null,"type":"text","disabled":true},{"key":"carrier","value":null,"type":"text","disabled":true},{"key":"shipping_address","value":null,"type":"text","disabled":true},{"key":"address1","value":null,"type":"text","disabled":true},{"key":"address2","value":null,"type":"text","disabled":true},{"key":"city","value":null,"type":"text","disabled":true},{"key":"state","value":null,"type":"text","disabled":true},{"key":"zip","value":null,"type":"text","disabled":true},{"key":"refills_remain","value":null,"type":"text","disabled":true},{"key":"quantity_dispensed","value":null,"type":"text","disabled":true},{"key":"days_supply","value":null,"type":"text","disabled":true},{"key":"date_dispensed","value":null,"type":"text","disabled":true},{"key":"rx_number","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"success\": true,\n  \"order_id\": 12345,\n  \"tracking_number\": \"12345674543\",\n  \"ship_date\": \"2025-10-17\",\n  \"carrier\": \"UPS\",\n  \"shipping_address\": {\n    \"address1\": \"123 Sunshine Ln\",\n    \"address2\": \"\",\n    \"city\": \"Trevose\",\n    \"state\": \"PA\",\n    \"zip\": \"12345\"\n  },\n  \"refills_remain\": 4,\n  \"quantity_dispensed\": 90,\n  \"days_supply\": 90,\n  \"date_dispensed\": \"2025-12-25\",\n  \"rx_number\": \"899976\"\n}"},{"id":"ff7e99d6-c548-4e06-a2cc-e49d43d0bbea","name":"Error: Missing Required Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"case_id\": 12345,\n  \"fulfillment_id\": 12345,\n  \"tracking_number\": \"\",\n  \"ship_date\": \"2025-10-17\",\n  \"carrier\": \"UPS\",\n  \"shipping_address\": {\n    \"address1\": \"123 Sunshine Ln\",\n    \"address2\": \"\",\n    \"city\": \"Trevose\",\n    \"state\": \"PA\",\n    \"zip\": \"12345\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/shipment","host":["{{host}}"],"path":["orders","shipment"],"query":[{"key":"case_id","value":null,"type":"text","disabled":true},{"key":"fulfillment_id","value":null,"type":"text","disabled":true},{"key":"tracking_number","value":null,"type":"text","disabled":true},{"key":"ship_date","value":null,"type":"text","disabled":true},{"key":"carrier","value":null,"type":"text","disabled":true},{"key":"shipping_address","value":null,"type":"text","disabled":true},{"key":"address1","value":null,"type":"text","disabled":true},{"key":"address2","value":null,"type":"text","disabled":true},{"key":"city","value":null,"type":"text","disabled":true},{"key":"state","value":null,"type":"text","disabled":true},{"key":"zip","value":null,"type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Missing required field: tracking_number\"\n}"},{"id":"39783f37-8265-4f70-acd5-73e6f1bc94ac","name":"Error: Unable to Update","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"case_id\": 12345,\n  \"fulfillment_id\": 12345,\n  \"tracking_number\": \"12345674543\",\n  \"ship_date\": \"2025-10-17\",\n  \"carrier\": \"UPS\",\n  \"shipping_address\": {\n    \"address1\": \"123 Sunshine Ln\",\n    \"address2\": \"\",\n    \"city\": \"Trevose\",\n    \"state\": \"PA\",\n    \"zip\": \"12345\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/shipment","host":["{{host}}"],"path":["orders","shipment"],"query":[{"key":"case_id","value":null,"type":"text","disabled":true},{"key":"fulfillment_id","value":null,"type":"text","disabled":true},{"key":"tracking_number","value":null,"type":"text","disabled":true},{"key":"ship_date","value":null,"type":"text","disabled":true},{"key":"carrier","value":null,"type":"text","disabled":true},{"key":"shipping_address","value":null,"type":"text","disabled":true},{"key":"address1","value":null,"type":"text","disabled":true},{"key":"address2","value":null,"type":"text","disabled":true},{"key":"city","value":null,"type":"text","disabled":true},{"key":"state","value":null,"type":"text","disabled":true},{"key":"zip","value":null,"type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"We are unable to update this order at this time\"\n}"},{"id":"309f0189-0151-41ce-b8ca-8ad1a46edc96","name":"Error: Invalid State Code Format","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"case_id\": 12345,\n  \"fulfillment_id\": 12345,\n  \"tracking_number\": \"12345674543\",\n  \"ship_date\": \"2025-10-17\",\n  \"carrier\": \"UPS\",\n  \"shipping_address\": {\n    \"address1\": \"123 Sunshine Ln\",\n    \"address2\": \"\",\n    \"city\": \"Trevose\",\n    \"state\": \"Pennsylvania\",\n    \"zip\": \"12345\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/shipment","host":["{{host}}"],"path":["orders","shipment"],"query":[{"key":"case_id","value":null,"type":"text","disabled":true},{"key":"fulfillment_id","value":null,"type":"text","disabled":true},{"key":"tracking_number","value":null,"type":"text","disabled":true},{"key":"ship_date","value":null,"type":"text","disabled":true},{"key":"carrier","value":null,"type":"text","disabled":true},{"key":"shipping_address","value":null,"type":"text","disabled":true},{"key":"address1","value":null,"type":"text","disabled":true},{"key":"address2","value":null,"type":"text","disabled":true},{"key":"city","value":null,"type":"text","disabled":true},{"key":"state","value":null,"type":"text","disabled":true},{"key":"zip","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"State must be a valid 2-digit state code\"\n}"}],"_postman_id":"39e35244-0a8c-4f01-b2be-eaab254dd84a"},{"name":"Add Exception","id":"5dafc6f1-097e-4360-83f3-1f0d53bf5599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": 1234,\n    \"status\": \"Cancelled\",\n    \"status_message\": \"Cancelled By Patient\",\n    \"reason\": \"Patient does not want this medication\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/orders/exception","description":"<p>This endpoint is used to send and update to Regalo Health for exceptions with a prescription</p>\n","urlObject":{"path":["orders","exception"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>ID of the order - integer</p>\n","type":"text/plain"},"key":"order_id","value":""},{"disabled":true,"description":{"content":"<p>Status of order - string</p>\n<p>List of Statuses:</p>\n<p>Cancelled </p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Secondary Status of order - string</p>\n","type":"text/plain"},"key":"status_message","value":""},{"disabled":true,"description":{"content":"<p>Reason of status change - string</p>\n","type":"text/plain"},"key":"reason","value":null}],"variable":[]}},"response":[{"id":"c1543b5f-573d-4d74-995f-06af673d0ca9","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": 1234,\n    \"status\": \"Cancelled\",\n    \"status_message\": \"Cancelled By Patient\",\n    \"reason\": \"Patient does not want this medication\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/exception","host":["{{host}}"],"path":["orders","exception"],"query":[{"key":"order_id","value":null,"description":"ID of the order - integer","type":"text","disabled":true},{"key":"status","value":null,"description":"Status of order - string","type":"text","disabled":true},{"key":"status_message","value":null,"description":"Secondary Status of order - string","type":"text","disabled":true},{"key":"reason","value":null,"description":"Reason of status change - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"order_id\": 1234,\n    \"status\": \"Cancelled\",\n    \"status_message\": \"Cancelled By Patient\",\n    \"reason\": \"Patient does not want this medication\"\n}"},{"id":"c98d1793-57f2-48e6-ada5-b80264be5026","name":"Error: Missing Required Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": 1234,\n    \"status\": \"\",\n    \"status_message\": \"Cancelled By Patient\",\n    \"reason\": \"Patient does not want this medication\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/exception","host":["{{host}}"],"path":["orders","exception"],"query":[{"key":"order_id","value":null,"description":"ID of the order - integer","type":"text","disabled":true},{"key":"status","value":null,"description":"Status of order (Cancelled) - string","type":"text","disabled":true},{"key":"status_message","value":null,"description":"Secondary Status of order - string","type":"text","disabled":true},{"key":"reason","value":null,"description":"Reason of status change - string","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Missing required field: status\"\n}"},{"id":"869ec153-56b0-445d-828f-54c12780d23f","name":"Error: Unable to Update","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": 1234,\n    \"status\": \"Cancelled\",\n    \"status_message\": \"Cancelled By Patient\",\n    \"reason\": \"Patient does not want this medication\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/exception","host":["{{host}}"],"path":["orders","exception"],"query":[{"key":"order_id","value":null,"description":"ID of the order - integer","type":"text","disabled":true},{"key":"status","value":null,"description":"Status of order (Cancelled) - string","type":"text","disabled":true},{"key":"status_message","value":null,"description":"Secondary Status of order - string","type":"text","disabled":true},{"key":"reason","value":null,"description":"Reason of status change - string","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"We are unable to update this order at this time\"\n}"},{"id":"b00a8efb-1ace-4a96-bd16-86c77816c196","name":"Error: Invalid Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": 1234,\n    \"status\": \"Remove\",\n    \"status_message\": \"Cancelled By Patient\",\n    \"reason\": \"Patient does not want this medication\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/orders/exception","host":["{{host}}"],"path":["orders","exception"],"query":[{"key":"order_id","value":null,"description":"ID of the order - integer","type":"text","disabled":true},{"key":"status","value":null,"description":"Status of order (Cancelled) - string","type":"text","disabled":true},{"key":"status_message","value":null,"description":"Secondary Status of order - string","type":"text","disabled":true},{"key":"reason","value":null,"description":"Reason of status change - string","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Invalid status submitted\"\n}"}],"_postman_id":"5dafc6f1-097e-4360-83f3-1f0d53bf5599"},{"name":"Place Order","id":"50ca7ef3-bd5e-4291-8253-8a2095844a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order\": {\n        \"ndc\": \"58406003204\",\n        \"ship_to\": \"\",\n        \"order_id\": null,\n        \"ship_zip\": \"91941\",\n        \"rx_number\": \"6226644\",\n        \"ship_city\": \"La Mesa\",\n        \"ship_Phone\": \"\",\n        \"ship_state\": \"CA\",\n        \"days_supply\": \"90\",\n        \"ship_method\": \"\",\n        \"expected_date\": \"2026-05-29\",\n        \"ship_address1\": \"4580 Date Avenue\",\n        \"ship_address2\": \"\",\n        \"dispense_quantity\": \"12\"\n    },\n    \"allergy\": [\n        {\n            \"allergyDescription\": \"Butyrophenones, Phenothiazines\"\n        }\n    ],\n    \"case_id\": \"136849\",\n    \"patient\": {\n        \"dob\": \"1957-07-15\",\n        \"icd\": \"L4050\",\n        \"zip\": \"91941\",\n        \"city\": \"La Mesa\",\n        \"phone\": \"619-846-5444\",\n        \"state\": \"CA\",\n        \"gender\": \"Male\",\n        \"address1\": \"4580 Date Avenue\",\n        \"last_name\": \"Sohmer\",\n        \"first_name\": \"Michael\",\n        \"patient_id\": \"82004\"\n    },\n    \"medication\": [],\n    \"prescriber\": {\n        \"npi\": \"1558467514\",\n        \"last_name\": \"Broudy\",\n        \"first_name\": \"Corrie\"\n    },\n    \"request_type\": \"Refill\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/order","urlObject":{"path":["order"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>The type of order being placed. Enroll, Refill, Replacement</p>\n","type":"text/plain"},"key":"request_type","value":"Enroll"},{"disabled":true,"key":"case_id","value":"1"},{"disabled":true,"key":"patient.patient_id","value":"1"},{"disabled":true,"key":"patient.first_name","value":"Jason"},{"disabled":true,"key":"patient.last_name","value":"Riddle"},{"disabled":true,"key":"patient.gender","value":"Male"},{"disabled":true,"key":"patient.dob","value":"1979-03-24"},{"disabled":true,"key":"patient.phone","value":"7143334054"},{"disabled":true,"key":"patient.address1","value":"640 Freedom Dr"},{"disabled":true,"key":"patient.city","value":"Nashville"},{"disabled":true,"key":"patient.state","value":"TN"},{"disabled":true,"key":"patient.zip","value":"37135"},{"disabled":true,"key":"patient.icd","value":"L40.8"},{"disabled":true,"key":"prescriber.npi","value":" 1477525806"},{"disabled":true,"key":"prescriber.first_name","value":"Steven"},{"disabled":true,"key":"prescriber.last_name","value":"Pollack"},{"disabled":true,"key":"order.ship_phone","value":"7143334054"},{"disabled":true,"key":"order.ship_to","value":""},{"disabled":true,"key":"order.ship_zip","value":"37135"},{"disabled":true,"key":"order.ship_state","value":"TN"},{"disabled":true,"key":"order.ship_method","value":""},{"disabled":true,"key":"order.ship_city","value":"Nashville"},{"disabled":true,"key":"order.ship_address1","value":"640 Freedom Dr"},{"disabled":true,"key":"order.ship_address2","value":""},{"disabled":true,"description":{"content":"<p>The order id. Must be unique for each order.</p>\n","type":"text/plain"},"key":"order.order_id","value":"4"},{"disabled":true,"key":"order.expected_date","value":"2025-12-09"},{"disabled":true,"key":"order.rx_number","value":"898765"},{"disabled":true,"key":"order.ndc","value":"58406003204"},{"disabled":true,"key":"order.days_supply","value":"30"},{"disabled":true,"key":"order.dispense_quantity","value":"100"},{"disabled":true,"key":"allergy.allergyDescription","value":"Amoxicillin"},{"disabled":true,"key":"medication.drugName","value":"AMLODIPINE"}],"variable":[]}},"response":[{"id":"44c5f0ed-1a0f-4909-95e6-eff07b356622","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"request_type\": \"Enroll\",\n    \"case_id\": \"12345678\",\n    \"patient\": {\n      \"patient_id\": \"4\",\n      \"first_name\": \"Mega\",\n      \"last_name\": \"Tron\",\n      \"gender\": \"Male\",\n      \"dob\": \"1979-01-01\",\n      \"phone\": \"7143005000\",\n      \"address1\": \"1234 Park Dr\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37135\",\n      \"icd\": \"L40.8\"\n    },\n    \"prescriber\": {\n      \"npi\": \"1477525806\",\n      \"first_name\": \"Steven\",\n      \"last_name\": \"Pollack\"\n    },\n    \"order\": {\n        \"ship_Phone\": \"7143005000\",\n        \"ship_to\": \"\",\n        \"ship_zip\": \"37135\",\n        \"ship_state\": \"TN\",\n        \"ship_city\": \"Nashville\",\n        \"ship_address1\": \"1234 Park Dr\",\n        \"ship_address2\": \"\",\n        \"order_id\": \"15\",\n        \"expected_date\": \"2025-12-19\",\n        \"rx_number\":\"898765\",\n        \"ndc\": \"58406001004\",\n        \"days_supply\": 90,\n        \"dispense_quantity\": 100,\n        \"comments\": \"free form text\"\n    },\n    \"allergy\": [\n        {\n            \"allergyDescription\": \"Amoxicillin\"\n        }\n    ],\n    \"medication\": [\n        {\n            \"drugName\": \"AMLODIPINE\"\n        }\n    ],\n    \"document\": true\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/order","host":["{{host}}"],"path":["order"],"query":[{"key":"request_type","value":"Enroll","description":"The type of order being placed.","type":"text","disabled":true},{"key":"case_id","value":"1","type":"text","disabled":true},{"key":"patient.patient_id","value":"1","type":"text","disabled":true},{"key":"patient.first_name","value":"Jason","type":"text","disabled":true},{"key":"patient.last_name","value":"Riddle","type":"text","disabled":true},{"key":"patient.gender","value":"Male","type":"text","disabled":true},{"key":"patient.dob","value":"1979-03-24","type":"text","disabled":true},{"key":"patient.phone","value":"7143334054","type":"text","disabled":true},{"key":"patient.address1","value":"640 Freedom Dr","type":"text","disabled":true},{"key":"patient.city","value":"Nashville","type":"text","disabled":true},{"key":"patient.state","value":"TN","type":"text","disabled":true},{"key":"patient.zip","value":"37135","type":"text","disabled":true},{"key":"patient.icd","value":"L40.8","type":"text","disabled":true},{"key":"prescriber.npi","value":" 1477525806","type":"text","disabled":true},{"key":"prescriber.first_name","value":"Steven","type":"text","disabled":true},{"key":"prescriber.last_name","value":"Pollack","type":"text","disabled":true},{"key":"order.ship_phone","value":"7143334054","type":"text","disabled":true},{"key":"order.ship_to","value":"","type":"text","disabled":true},{"key":"order.ship_zip","value":"37135","type":"text","disabled":true},{"key":"order.ship_state","value":"TN","type":"text","disabled":true},{"key":"order.ship_method","value":"","type":"text","disabled":true},{"key":"order.ship_city","value":"Nashville","type":"text","disabled":true},{"key":"order.ship_address1","value":"640 Freedom Dr","type":"text","disabled":true},{"key":"order.ship_address2","value":"","type":"text","disabled":true},{"key":"order.order_id","value":"4","description":"The order id. Must be unique for each order.","type":"text","disabled":true},{"key":"order.expected_date","value":"2025-12-09","type":"text","disabled":true},{"key":"order.rx_number","value":"898765","type":"text","disabled":true},{"key":"order.ndc","value":"58406003204","type":"text","disabled":true},{"key":"order.days_supply","value":"30","type":"text","disabled":true},{"key":"order.dispense_quantity","value":"100","type":"text","disabled":true},{"key":"allergy.description","value":"Amoxicillin","type":"text","disabled":true},{"key":"medication.drug_name","value":"AMLODIPINE","type":"text","disabled":true}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 18 Dec 2025 16:37:16 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, Cache-Control, X-API-Key, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Response\": {\n        \"responseStatus\": \"Accepted\",\n        \"responseId\": \"AMG181671l3715217\"\n    }\n}"}],"_postman_id":"50ca7ef3-bd5e-4291-8253-8a2095844a43"},{"name":"Get Possible Delivery Dates","id":"54ccfd75-0649-4f77-a2dd-bcf9331d4aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"ambient\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/scheduling/delivery-dates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["scheduling","delivery-dates"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Choose ambient or coldchain </p>\n","type":"text/plain"},"key":"type","value":"ambient"}],"variable":[]}},"response":[{"id":"2d48abe7-c3eb-4a33-ba3e-496bbe34f2c3","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"ambient\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/scheduling/delivery-dates","host":["{{host}}"],"path":["scheduling","delivery-dates"],"query":[{"key":"type","value":"ambient","description":"Choose ambient or coldchain ","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 10 Jan 2026 04:30:20 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, Cache-Control, X-API-Key, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"dates\": [\n        \"2026-01-15\",\n        \"2026-01-16\",\n        \"2026-01-19\",\n        \"2026-01-20\",\n        \"2026-01-21\",\n        \"2026-01-22\",\n        \"2026-01-23\"\n    ],\n    \"type\": \"ambient\",\n    \"earliest_delivery\": \"2026-01-15\"\n}"}],"_postman_id":"54ccfd75-0649-4f77-a2dd-bcf9331d4aa0"},{"name":"Get Previous Fill Date","id":"8f79d554-620c-4b03-994a-2849492e83e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"ambient\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/amgen-portal/get_previous_fill_date/:case_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["amgen-portal","get_previous_fill_date",":case_id"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Choose ambient or coldchain </p>\n","type":"text/plain"},"key":"type","value":"ambient"}],"variable":[{"type":"any","value":"141473","key":"case_id"}]}},"response":[{"id":"69afd9f3-843e-49b6-80cb-8bba1344f24e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"ambient\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/scheduling/delivery-dates","host":["{{host}}"],"path":["scheduling","delivery-dates"],"query":[{"key":"type","value":"ambient","description":"Choose ambient or coldchain ","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Sat, 10 Jan 2026 04:30:20 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, Cache-Control, X-API-Key, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"dates\": [\n        \"2026-01-15\",\n        \"2026-01-16\",\n        \"2026-01-19\",\n        \"2026-01-20\",\n        \"2026-01-21\",\n        \"2026-01-22\",\n        \"2026-01-23\"\n    ],\n    \"type\": \"ambient\",\n    \"earliest_delivery\": \"2026-01-15\"\n}"}],"_postman_id":"8f79d554-620c-4b03-994a-2849492e83e3"},{"name":"Is Patient Eligible to Fill","id":"97d4bda5-63ac-44a3-ab53-48e795ce4dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"case_id\": \"109314\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/order/pre-check","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["order","pre-check"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"af1f1c0e-dce9-46ca-8849-c2eb8f0afd12","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"case_id\": \"109314\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/order/pre-check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 04 Feb 2026 01:55:05 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, Cache-Control, X-API-Key, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"case_id\": \"109314\",\n    \"rx_number\": \"6007072\",\n    \"ndc\": \"58406003204\",\n    \"days_supply\": 84,\n    \"dispense_quantity\": 12\n}"},{"id":"e2c3c183-baa9-4cd5-8a18-4f3424ea703f","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"case_id\": \"1093145\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/order/pre-check"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 04 Feb 2026 02:30:53 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, Cache-Control, X-API-Key, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Case is not open\"\n}"}],"_postman_id":"97d4bda5-63ac-44a3-ab53-48e795ce4dc8"}],"id":"2bfe724c-433e-4491-9cfb-1d17e74df275","description":"<p>Used to send Regalo Health updates to an order like order cancellation an shipment information.</p>\n","_postman_id":"2bfe724c-433e-4491-9cfb-1d17e74df275","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Case","item":[{"name":"Status","id":"1e938a3f-9edd-4646-a12f-1b767d621d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/case/status/:case_id","description":"<p>This endpoint is used to retrieve the status of a case by case_id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["case","status",":case_id"],"host":["{{host}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"19","key":"case_id"}]}},"response":[{"id":"4cf5c6e3-eb63-4160-81c3-fb07545808ad","name":"Sucess","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"19"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"case_id\": 19,\n    \"case\": {\n        \"status\": \"Pending\",\n        \"sub_status\": \"Benefit Investigation\",\n        \"sub_status_reason\": \"BI Required Prior to Processing\",\n        \"phase\": \"Intake\",\n        \"created_date\": \"2025-01-15\",\n        \"enrollment_start_date\": \"2025-01-15\",\n        \"treatment_start_date\": \"2025-02-01\",\n        \"treatment_end_date\": null,\n        \"patient\": {\n            \"first_name\": \"Yulia\",\n            \"last_name\": \"Sd\",\n            \"middle_name\": \"\",\n            \"date_of_birth\": \"2025-10-10\",\n            \"current_shipping_address\": {\n                \"street_address\": \"123 Main Street\",\n                \"address_extension\": \"Apt 4B\",\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip_code\": \"19123\"\n            }\n        },\n        \"prescription\": {\n            \"rx_number\": \"1023432\",\n            \"dosage\": \"10mg once daily\",\n            \"quantity\": 30,\n            \"refills_number\": 5,\n            \"refills_remaining\": 4,\n            \"fills_made\": 1,\n            \"days_supply\": 30,\n            \"expiration_date\": \"2026-01-15\",\n            \"product\": {\n                \"ndc\": \"1234567890\",\n                \"dose\": \"10mg\",\n                \"name\": \"Sample Medication\"\n            }\n        },\n        \"physician\": {\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Doe\",\n            \"name\": \"Dr. Jane Doe\",\n            \"organization_name\": \"Main Street Medical Center\",\n            \"npi\": \"1234567890\"\n        },\n        \"case_manager\": {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Johnson\"\n        },\n        \"specialty_pharmacy\": {\n            \"name\": \"Specialty Pharmacy Network\",\n            \"npi\": \"9876543210\"\n        },\n        \"program\": {\n            \"name\": \"Patient Assistance Program\",\n            \"client_name\": \"Healthcare Solutions Inc\"\n        },\n        \"orders\": [\n            {\n                \"order_id\": 455,\n                \"ship_date\": \"2025-10-05\",\n                \"status\": \"Delivered\",\n                \"status_id\": 6,\n                \"sub_status\": \"Completed\",\n                \"sub_status_id\": 15,\n                \"status_date\": \"2025-10-08\",\n                \"shipment_carrier\": \"UPS\",\n                \"shipment_tracking_id\": \"1Z9999999999999999\",\n                \"ship_address\": {\n                    \"street_address\": \"123 Main Street\",\n                    \"address_extension\": \"Apt 4B\",\n                    \"city\": \"Philadelphia\",\n                    \"state\": \"PA\",\n                    \"zip_code\": \"19123\",\n                    \"country_name\": \"United States\"\n                }\n            }\n        ]\n    }\n}\n"},{"id":"8e2aa130-f306-4713-bc16-76a3e517bfb9","name":"Error: Case Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"4000"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Case not found\"\n}"}],"_postman_id":"1e938a3f-9edd-4646-a12f-1b767d621d96"},{"name":"Status by patient_id","id":"ae41f1c9-ee05-4972-9ec4-1b862d05742f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/case/status-by-patientid/:patient_id","description":"<p>This endpoint is used to retrieve the status of a case by case_id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["case","status-by-patientid",":patient_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"450","key":"patient_id"}]}},"response":[{"id":"4db66749-d7a8-4a12-99ee-d38124df25a0","name":"Sucess","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status-by-patientid/:patient_id","host":["{{host}}"],"path":["case","status-by-patientid",":patient_id"],"variable":[{"key":"patient_id","value":"450"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"case_id\": 416,\n        \"status_id\": 1,\n        \"status\": \"Pending\",\n        \"sub_status_id\": 9,\n        \"sub_status\": \"Missing Information\",\n        \"sub_status_reason_id\": 44,\n        \"sub_status_reason\": \"Additional Document(s) Needed\",\n        \"phase\": \"Enrollment\",\n        \"created_date\": \"2025-12-01\",\n        \"enrollment_start_date\": \"2025-12-01\",\n        \"treatment_start_date\": null,\n        \"treatment_end_date\": null,\n        \"patient\": {\n            \"first_name\": \"Teddy\",\n            \"last_name\": \"Swims\",\n            \"middle_name\": null,\n            \"date_of_birth\": \"1992-04-05\",\n            \"current_shipping_address\": null,\n            \"current_mailing_address\": {\n                \"street_address\": \"65 Richter Rd\",\n                \"address_extension\": null,\n                \"city\": \"Tabernacle\",\n                \"state\": \"NJ\",\n                \"zip_code\": \"08088\"\n            },\n            \"contact_info\": [\n                {\n                    \"type\": \"Phone\",\n                    \"value\": \"5098459777\"\n                },\n                {\n                    \"type\": \"Email\",\n                    \"value\": \"patrick.ferguson@transitionrx.com\"\n                }\n            ]\n        },\n        \"prescription\": {\n            \"product\": {\n                \"name\": \"Otezla\",\n                \"ndc\": null,\n                \"dose\": null\n            },\n            \"rx_number\": null,\n            \"dosage\": null,\n            \"quantity\": null,\n            \"refills_number\": null,\n            \"refills_remaining\": null,\n            \"fills_made\": null,\n            \"days_supply\": null,\n            \"expiration_date\": null\n        },\n        \"physician\": {\n            \"first_name\": \"CHARLES\",\n            \"last_name\": \"POLLACK\",\n            \"name\": null,\n            \"organization_name\": null,\n            \"npi\": \"1467497479\"\n        },\n        \"case_manager\": null,\n        \"specialty_pharmacy\": null,\n        \"program\": {\n            \"name\": \"Amgen Safety Net Foundation\",\n            \"client_name\": \"Amgen Foundation\"\n        },\n        \"orders\": []\n    }\n]"},{"id":"4c237c5e-c22a-4d89-bb7a-216e880b7ecd","name":"Success: Case Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status-by-patientid/:patient_id","host":["{{host}}"],"path":["case","status-by-patientid",":patient_id"],"variable":[{"key":"patient_id","value":"9999999"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No cases found for patient.\"\n}"},{"id":"b2d3db9f-de92-49dc-a9b4-71fed0839081","name":"Error: Error Searching","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status-by-patientid/:patient_id","host":["{{host}}"],"path":["case","status-by-patientid",":patient_id"],"variable":[{"key":"patient_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unable to retrieve case information at this time. Please try again later.\"\n}"}],"_postman_id":"ae41f1c9-ee05-4972-9ec4-1b862d05742f"}],"id":"8a126fcf-3c01-4986-9521-ac265371182c","_postman_id":"8a126fcf-3c01-4986-9521-ac265371182c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"FAQ","item":[{"name":"FAQ List","id":"4c59ee83-009c-4a11-98d9-61db991c5101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/faq/list","description":"<p>This endpoint will return a list of FAQ's in question/answer format</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["faq","list"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4977cb9f-a010-4f1a-b6c0-1b7e92af2a04","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{host}}/faq/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"question\": \"Test Question\",\n        \"answer\": \"Test Answer\"\n    }\n]"},{"id":"7288bdff-15f3-4356-bd98-26d990163875","name":"Error: Failed to Retrieve FAQ List","originalRequest":{"method":"GET","header":[],"url":"{{host}}/faq/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Failed to retrieve FAQ data\"\n}"}],"_postman_id":"4c59ee83-009c-4a11-98d9-61db991c5101"}],"id":"6deb9a8c-4dab-4b6e-971f-bb69d2b84e04","_postman_id":"6deb9a8c-4dab-4b6e-971f-bb69d2b84e04","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Messaging","item":[{"name":"Send Status Link","id":"8cf76883-cbf6-4128-9e8b-003fdd00fc2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrx.com\",\n    \"phone\": \"1112223333\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/messages/send-status-link","description":"<p>This endpoint is used to send a patient the link to the Amgen Portal status page Via sms or email.  </p>\n<p>email or phone is required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["messages","send-status-link"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Email Address - string</p>\n","type":"text/plain"},"key":"email","value":null},{"disabled":true,"description":{"content":"<p>10 Digit Phone Number (1112223333) - string</p>\n","type":"text/plain"},"key":"phone","value":null}],"variable":[]}},"response":[{"id":"351f9565-ad21-4798-aec0-afb755627b00","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrx.com\",\n    \"phone\": \"1112223333\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-status-link","host":["{{host}}"],"path":["messages","send-status-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"email\": \"Email sent successfully\",\n    \"phone\": \"Sms is not yet supported\"\n}"},{"id":"6018a737-c975-4273-b295-73f28095c24c","name":"Success: Email Only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrx.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-status-link","host":["{{host}}"],"path":["messages","send-status-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"email\": \"Email sent successfully\"\n}"},{"id":"3c2a682f-b789-440d-b929-f96831fe04d0","name":"Success: Phone Only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"1112223333\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-status-link","host":["{{host}}"],"path":["messages","send-status-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"phone\": \"Sms is not yet supported\"\n}"},{"id":"683b9878-eeaf-4bb9-9430-a406a59c0b21","name":"Error: Invalid Email Format","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrxcom\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-status-link","host":["{{host}}"],"path":["messages","send-status-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid email format\"\n}"},{"id":"072dfe47-bcca-46de-be89-7c8b4b291b9d","name":"Error: Email or Phone Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-status-link","host":["{{host}}"],"path":["messages","send-status-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Either email or phone number is required\"\n}"}],"_postman_id":"8cf76883-cbf6-4128-9e8b-003fdd00fc2a"},{"name":"Send Enrollment Link","id":"0d5bf572-cf56-4e34-aaa8-c08bf1aec01f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrx.com\",\n    \"phone\": \"1112223333\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/messages/send-enrollment-link","description":"<p>This endpoint is used to send a patient the link to the Amgen Portal enrollment page Via sms or email.</p>\n<p>email or phone is required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["messages","send-enrollment-link"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Email Address - string</p>\n","type":"text/plain"},"key":"email","value":null},{"disabled":true,"description":{"content":"<p>10 Digit Phone Number (1112223333) - string</p>\n","type":"text/plain"},"key":"phone","value":null}],"variable":[]}},"response":[{"id":"2763277a-b65b-48c8-9ff7-23623708e1af","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrx.com\",\n    \"phone\": \"1112223333\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-enrollment-link","host":["{{host}}"],"path":["messages","send-enrollment-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"email\": \"Email sent successfully\",\n    \"phone\": \"Sms is not yet supported\"\n}"},{"id":"23585071-f8c9-47a8-8f65-419594fa00cd","name":"Success: Email Only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrx.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-enrollment-link","host":["{{host}}"],"path":["messages","send-enrollment-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"email\": \"Email sent successfully\"\n}"},{"id":"d82d531d-bb15-45eb-8bb0-9dc3741fc456","name":"Success: Phone Only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": \"1112223333\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-enrollment-link","host":["{{host}}"],"path":["messages","send-enrollment-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"phone\": \"Sms is not yet supported\"\n}"},{"id":"d747afa8-e987-491f-acd0-06c05b866092","name":"Error: Invalid Email Format","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"it@transitionrxcom\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-enrollment-link","host":["{{host}}"],"path":["messages","send-enrollment-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid email format\"\n}"},{"id":"e86a558c-ab7e-4393-accd-9bb5877b4b39","name":"Error: Email or Phone Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/messages/send-enrollment-link","host":["{{host}}"],"path":["messages","send-enrollment-link"],"query":[{"key":"email","value":null,"description":"Email Address - string","type":"text","disabled":true},{"key":"phone","value":null,"description":"10 Digit Phone Number (1112223333) - string","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Either email or phone number is required\"\n}"}],"_postman_id":"0d5bf572-cf56-4e34-aaa8-c08bf1aec01f"}],"id":"4c94d721-c2ef-4512-8b66-597b213aed60","_postman_id":"4c94d721-c2ef-4512-8b66-597b213aed60","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Patients","item":[{"name":"Search","id":"703b1bdf-9042-4d79-ba3d-378dffbfdb74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"teddy\",\n    \"last_name\": \"swims\",\n    \"date_of_birth\": \"1992-04-05\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/patients/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["patients","search"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Patients First Name - string</p>\n","type":"text/plain"},"key":"first_name","value":null},{"disabled":true,"description":{"content":"<p>Patients Last Name - string</p>\n","type":"text/plain"},"key":"last_name","value":null},{"disabled":true,"description":{"content":"<p>Patients Date of Birth (yyyy-mm-dd) - string</p>\n","type":"text/plain"},"key":"date_of_birth","value":null},{"disabled":true,"description":{"content":"<p>Patient State (StateCode) - string </p>\n","type":"text/plain"},"key":"state","value":null}],"variable":[]}},"response":[{"id":"fa08785d-d57d-482a-8b83-33664d4693e6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"teddy\",\n    \"last_name\": \"swims\",\n    \"date_of_birth\": \"1992-04-05\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/patients/search","host":["{{host}}"],"path":["patients","search"],"query":[{"key":"first_name","value":null,"description":"Patients First Name - string","type":"text","disabled":true},{"key":"last_name","value":null,"description":"Patients Last Name - string","type":"text","disabled":true},{"key":"date_of_birth","value":null,"description":"Patients Date of Birth (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Patient State (StateCode) - string ","type":"text","disabled":true}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"patient_id\": 450,\n        \"first_name\": \"Teddy\",\n        \"last_name\": \"Swims\",\n        \"date_of_birth\": \"1992-04-05T00:00:00\",\n        \"current_mailing_address\": {\n            \"street_address\": \"65 Richter Rd\",\n            \"address_extension\": null,\n            \"city\": \"Tabernacle\",\n            \"state\": \"NJ\",\n            \"zip_code\": \"08088\"\n        },\n        \"current_shipping_address\": null,\n        \"contact_info\": [\n            {\n                \"type\": \"Phone\",\n                \"value\": \"5098459777\"\n            },\n            {\n                \"type\": \"Email\",\n                \"value\": \"patrick.ferguson@transitionrx.com\"\n            }\n        ]\n    }\n]"},{"id":"7f883014-4156-47b8-ac1e-e779eb4d41c7","name":"Error: Patient Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"date_of_birth\": \"2025-10-10\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/patients/search","host":["{{host}}"],"path":["patients","search"],"query":[{"key":"first_name","value":null,"description":"Patients First Name - string","type":"text","disabled":true},{"key":"last_name","value":null,"description":"Patients Last Name - string","type":"text","disabled":true},{"key":"date_of_birth","value":null,"description":"Patients Date of Birth (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Patient State (StateCode) - string ","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"patient not found\"\n}"},{"id":"16ca0617-e570-4e13-8fc8-ddcfb049ae9d","name":"Error: First Name Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"\",\n    \"last_name\": \"Sd\",\n    \"date_of_birth\": \"2025-10-10\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/patients/search","host":["{{host}}"],"path":["patients","search"],"query":[{"key":"first_name","value":null,"description":"First Name of Patient - string","type":"text","disabled":true},{"key":"last_name","value":null,"description":"Last Name of Patient - string","type":"text","disabled":true},{"key":"date_of_birth","value":null,"description":"Patient Date of Birth (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Patient State (StateCode) - string ","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"First name is required\"\n}"},{"id":"7b8b87a9-84c2-4f5e-8a05-a7e7c8eb14cb","name":"Error: Last Name Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Yulia\",\n    \"last_name\": \"\",\n    \"date_of_birth\": \"2025-10-10\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/patients/search","host":["{{host}}"],"path":["patients","search"],"query":[{"key":"first_name","value":null,"description":"First Name of Patient - string","type":"text","disabled":true},{"key":"last_name","value":null,"description":"Last Name of Patient - string","type":"text","disabled":true},{"key":"date_of_birth","value":null,"description":"Patient Date of Birth (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Patient State (StateCode) - string ","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Last name is required\"\n}"},{"id":"19faef23-cba7-42dd-85b2-b3a63a71f693","name":"Error: DOB Name Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Yulia\",\n    \"last_name\": \"Sd\",\n    \"date_of_birth\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/patients/search","host":["{{host}}"],"path":["patients","search"],"query":[{"key":"first_name","value":null,"description":"First Name of Patient - string","type":"text","disabled":true},{"key":"last_name","value":null,"description":"Last Name of Patient - string","type":"text","disabled":true},{"key":"date_of_birth","value":null,"description":"Patient Date of Birth (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Patient State (StateCode) - string ","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Date of birth is required\"\n}"},{"id":"9f5529c2-92a3-4d91-a2ec-80f342ebe0ea","name":"Error: DOB Format Issue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Yulia\",\n    \"last_name\": \"Sd\",\n    \"date_of_birth\": \"10/10/2025\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/patients/search","host":["{{host}}"],"path":["patients","search"],"query":[{"key":"first_name","value":null,"description":"First Name of Patient - string","type":"text","disabled":true},{"key":"last_name","value":null,"description":"Last Name of Patient - string","type":"text","disabled":true},{"key":"date_of_birth","value":null,"description":"Patient Date of Birth (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Patient State (StateCode) - string ","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Date of birth must be in YYYY-MM-DD format\"\n}"}],"_postman_id":"703b1bdf-9042-4d79-ba3d-378dffbfdb74"}],"id":"26591d3a-69bc-4ce0-b7aa-66f24f7b6c9d","_postman_id":"26591d3a-69bc-4ce0-b7aa-66f24f7b6c9d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Prescriptions","item":[{"name":"Refill","id":"5cb2a807-242d-4930-8166-be5afd4c5f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rx_number\": \"1023432\",\n    \"delivery_requested\": \"2026-01-01\",\n    \"shipping_address\": \n    {\n        \"address1\": \"123 Sunshine Ln\",\n        \"address2\": \"\",\n        \"city\": \"Trevose\",\n        \"state\": \"PA\",\n        \"zip\": \"12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/refill","description":"<p>This endpoint is to submit a refil request for an order by Rx Number</p>\n","urlObject":{"path":["refill"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Rx Number of Prescription - string</p>\n","type":"text/plain"},"key":"rx_number","value":null},{"disabled":true,"description":{"content":"<p>Date of the requested delivery of the refill (yyyy-mm-dd) - string</p>\n","type":"text/plain"},"key":"delivery_requested","value":null},{"disabled":true,"description":{"content":"<p>Shipping Address - object</p>\n","type":"text/plain"},"key":"shipping_address","value":null},{"disabled":true,"description":{"content":"<p>Address line 1 - string</p>\n","type":"text/plain"},"key":"address1","value":null},{"disabled":true,"description":{"content":"<p>Address line 2 - string</p>\n","type":"text/plain"},"key":"address2","value":null},{"disabled":true,"description":{"content":"<p>Address city - string</p>\n","type":"text/plain"},"key":"city","value":null},{"disabled":true,"description":{"content":"<p>Address state (2 char state code) - string</p>\n","type":"text/plain"},"key":"state","value":null},{"disabled":true,"description":{"content":"<p>Address zip (5 digit zip code) - string</p>\n","type":"text/plain"},"key":"zip","value":null}],"variable":[]}},"response":[{"id":"97af8ccb-4f8d-4a8a-9e8c-358cfc2e21be","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rx_number\": \"1023432\",\n    \"delivery_requested\": \"2026-01-01\",\n    \"shipping_address\": \n    {\n        \"address1\": \"123 Sunshine Ln\",\n        \"address2\": \"\",\n        \"city\": \"Trevose\",\n        \"state\": \"PA\",\n        \"zip\": \"12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/refill","host":["{{host}}"],"path":["refill"],"query":[{"key":"rx_number","value":null,"description":"Rx Number of Prescription - string","type":"text","disabled":true},{"key":"delivery_requested","value":null,"description":"Date of the requested delivery of the refill (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"shipping_address","value":null,"description":"Shipping Address - object","type":"text","disabled":true},{"key":"address1","value":null,"description":"Address line 1 - string","type":"text","disabled":true},{"key":"address2","value":null,"description":"Address line 2 - string","type":"text","disabled":true},{"key":"city","value":null,"description":"Address city - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Address state (2 char state code) - string","type":"text","disabled":true},{"key":"zip","value":null,"description":"Address zip (5 digit zip code) - string","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"rx_number\": \"1023432\",\n        \"delivery_requested\": \"2026-01-01\",\n        \"shipping_address\": {\n            \"address1\": \"123 Sunshine Ln\",\n            \"address2\": \"\",\n            \"city\": \"Trevose\",\n            \"state\": \"PA\",\n            \"zip\": \"12345\"\n        }\n    }\n}"},{"id":"9626e46d-3312-4f5b-9884-92495ab9d41b","name":"Error: Missing Required Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"delivery_requested\": \"2026-01-01\",\n    \"shipping_address\": \n    {\n        \"address1\": \"123 Sunshine Ln\",\n        \"address2\": \"\",\n        \"city\": \"Trevose\",\n        \"state\": \"PA\",\n        \"zip\": \"12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/refill","host":["{{host}}"],"path":["refill"],"query":[{"key":"rx_number","value":null,"description":"Rx Number of Prescription - string","type":"text","disabled":true},{"key":"delivery_requested","value":null,"description":"Date of the requested delivery of the refill (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"shipping_address","value":null,"description":"Shipping Address - object","type":"text","disabled":true},{"key":"address1","value":null,"description":"Address line 1 - string","type":"text","disabled":true},{"key":"address2","value":null,"description":"Address line 2 - string","type":"text","disabled":true},{"key":"city","value":null,"description":"Address city - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Address state (2 char state code) - string","type":"text","disabled":true},{"key":"zip","value":null,"description":"Address zip (5 digit zip code) - string","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Missing required field: rx_number\"\n}"},{"id":"6b9bf4e7-d886-4db5-b3fd-52ff12c35a5b","name":"Error: Invalid State Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rx_number\": \"1023432\",\n    \"delivery_requested\": \"2026-01-01\",\n    \"shipping_address\": \n    {\n        \"address1\": \"123 Sunshine Ln\",\n        \"address2\": \"\",\n        \"city\": \"Trevose\",\n        \"state\": \"Pennsylvania\",\n        \"zip\": \"12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/refill","host":["{{host}}"],"path":["refill"],"query":[{"key":"rx_number","value":null,"description":"Rx Number of Prescription - string","type":"text","disabled":true},{"key":"delivery_requested","value":null,"description":"Date of the requested delivery of the refill (yyyy-mm-dd) - string","type":"text","disabled":true},{"key":"shipping_address","value":null,"description":"Shipping Address - object","type":"text","disabled":true},{"key":"address1","value":null,"description":"Address line 1 - string","type":"text","disabled":true},{"key":"address2","value":null,"description":"Address line 2 - string","type":"text","disabled":true},{"key":"city","value":null,"description":"Address city - string","type":"text","disabled":true},{"key":"state","value":null,"description":"Address state (2 char state code) - string","type":"text","disabled":true},{"key":"zip","value":null,"description":"Address zip (5 digit zip code) - string","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"State must be a valid 2-digit state code\"\n}"}],"_postman_id":"5cb2a807-242d-4930-8166-be5afd4c5f60"}],"id":"70acf036-b1c5-4202-9764-1741de03f9d4","_postman_id":"70acf036-b1c5-4202-9764-1741de03f9d4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Prescription","id":"92b82a95-b917-4818-a72b-fac922b20bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"WEBHOOK","header":[],"description":"<p>This webhook will fire off to your endpoint at two different points in the life cycle of a prescription.</p>\n<ol>\n<li><p>When a prescription is received at the pharmacy. The paramater for \"Release\" will be false.</p>\n</li>\n<li><p>After that same prescription has been released from PV1 (Pharmacist Verify). The paramater for \"Release\" will be true.</p>\n</li>\n</ol>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"9f8136a4-4c49-468d-a057-ad864225c31f","name":"Prescription","originalRequest":{"method":"WEBHOOK","header":[{"key":"Content-Type","value":"application/json","type":"text"}]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"patient\": {\n        \"patient_id\": \"46C3-AA59-43CDC65A0000\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"middle_name\": \"\",\n        \"email_address\": \"john.doe@email.com\",\n        \"date_of_birth\": \"1979-03-24\",\n        \"gender\": \"M\",\n        \"address\": \"1234 Jupiter Dr\",\n        \"address_2\": \"\",\n        \"city\": \"Huntington Beach\",\n        \"state_code\": \"CA\",\n        \"zip_code\": \"92648\",\n        \"home_phone\": \"7145558888\",\n        \"cell_phone\": \"1234567890\",\n        \"medications\": \"\",\n        \"allergies\": \"\",\n        \"conditions\": \"\"\n    },\n    \"prescriber\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"credential\": \"Dr\",\n        \"npi\": \"1234567890\",\n        \"dea\": \"AB1234567\",\n        \"phone\": \"7145551234\",\n        \"fax\": \"6155555678\",\n        \"email_address\": \"dr.smith@example.com\",\n        \"address\": \"123 Sunshine Ln\",\n        \"address_2\": \"Suite 2\",\n        \"city\": \"Huntington Beach\",\n        \"state_code\": \"CA\",\n        \"zip_code\": \"92648\"\n    },\n    \"prescription\": {\n        \"created\": \"2019-12-10\",\n        \"user\": \"1\",\n        \"rx_number\": \"9999999\",\n        \"medication\": \"Advil\",\n        \"ndc\": \"234534534534\",\n        \"quantity\": \"30\",\n        \"days_supply\": \"30\",\n        \"strength\": \"200\",\n        \"directions\": \"Take 2 tablets by mouth daily\",\n        \"date_written\": \"2019-12-10\",\n        \"original_date\": \"2019-12-10\",\n        \"expiration_date\": \"2020-12-10\",\n        \"fill_number\": 0,\n        \"remaining_refills\": 3,\n        \"total_fills\": 4,\n        \"total_fills_remain\": 3,\n        \"total_qty_remain\": 30,\n        \"release\": true,\n        \"rx_image\": \"https://tps-rx-images.s3.amazonaws.com/test-prescription.pdf\"\n    } \n}"}],"_postman_id":"92b82a95-b917-4818-a72b-fac922b20bb0"}],"id":"7518120a-2132-4e58-815c-fd4b91864e3f","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"fed67470-3981-4514-9ce9-19010590d5ca","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"5c52aefc-d2d7-4e55-9b52-51b53a814f1f","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"7518120a-2132-4e58-815c-fd4b91864e3f","description":""},{"name":"Letters","item":[{"name":"Send Letter","id":"bca4468b-c39d-4ab1-839b-9dc79cdf5dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"template\": \"template_4VQNpayiF6B66wtCLhDXL9\",\n  \"to\": {\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"addressLine1\": \"123 Main St\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"zip\": \"10001\",\n    \"countryCode\": \"US\"\n  },\n  \"mergeVariables\": {\n    \"first\": \"Jason\",\n    \"last\": \"Riddle\"\n  },\n  \"file\": \"asnf-aimovig.pdf\",\n  \"color\": true,\n  \"express\": false,\n  \"description\": \"Enrollment Application\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/letters","urlObject":{"path":["letters"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>PostGrid Tempalte ID</p>\n","type":"text/plain"},"key":"template","value":"template_4VQNpayiF6B66wtCLhDXL9"},{"disabled":true,"description":{"content":"<p>Patient First Name</p>\n","type":"text/plain"},"key":"to.firstName","value":"John"},{"disabled":true,"description":{"content":"<p>Patients Last Name</p>\n","type":"text/plain"},"key":"to.lastName","value":"Doe"},{"disabled":true,"description":{"content":"<p>Street Address</p>\n","type":"text/plain"},"key":"to.addressLine1","value":"123 Main St"},{"disabled":true,"description":{"content":"<p>City</p>\n","type":"text/plain"},"key":"to.city","value":"New York"},{"disabled":true,"description":{"content":"<p>State</p>\n","type":"text/plain"},"key":"to.state","value":"NY"},{"disabled":true,"description":{"content":"<p>5 digits only</p>\n","type":"text/plain"},"key":"to.zip","value":"10001"},{"disabled":true,"key":"to.countryCode","value":"US"},{"disabled":true,"key":"mergeVariables.first","value":"Jason"},{"disabled":true,"key":"mergeVariables.last","value":"Riddle"},{"disabled":true,"description":{"content":"<p>You can do a local file or use a public URL. Static values are asnf-aimovig.pdf, asnf-enbrel.pdf, asnf-otezla.pdf,asnf-repatha.pdf</p>\n","type":"text/plain"},"key":"file","value":"asnf-aimovig.pdf"},{"disabled":true,"description":{"content":"<p>B&amp;W or Color</p>\n","type":"text/plain"},"key":"color","value":"true"},{"disabled":true,"description":{"content":"<p>True changes the mailing method to priority</p>\n","type":"text/plain"},"key":"express","value":"false"},{"disabled":true,"key":"description","value":"Enrollment Application"}],"variable":[]}},"response":[{"id":"868662b0-ef3e-40f2-9b92-6d381b375cdc","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"template\": \"template_4VQNpayiF6B66wtCLhDXL9\",\n  \"to\": {\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"addressLine1\": \"123 Main St\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"zip\": \"10001\",\n    \"countryCode\": \"US\"\n  },\n  \"mergeVariables\": {\n    \"first\": \"Jason\",\n    \"last\": \"Riddle\"\n  },\n  \"file\": \"asnf-aimovig.pdf\",\n  \"color\": true,\n  \"express\": false,\n  \"description\": \"Enrollment Application\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/letters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.29.1"},{"key":"Date","value":"Mon, 15 Dec 2025 19:06:27 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.33"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, Cache-Control, X-API-Key, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"letter_id\": null,\n    \"status\": \"queued\",\n    \"data\": {\n        \"id\": \"letter_r3wdAKMajPWcaaVY5gCZzc\",\n        \"object\": \"letter\",\n        \"live\": false,\n        \"addressPlacement\": \"top_first_page\",\n        \"attachedPDF\": {\n            \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/pdf_1Qoc8e86UbQE4UGW7fZDZS?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1765826488&Signature=iHw88Fm06i52g9%2FuQntrYwWS6gE%3D\",\n            \"placement\": \"after_template\"\n        },\n        \"carrierTracking\": null,\n        \"color\": true,\n        \"description\": \"Enrollment Application\",\n        \"doubleSided\": false,\n        \"envelope\": \"standard\",\n        \"envelopeType\": \"standard_double_window\",\n        \"express\": false,\n        \"from\": {\n            \"id\": \"contact_se8LNaa9j14KAthmKZbPN1\",\n            \"object\": \"contact\",\n            \"addressLine1\": \"PO BOX 15980\",\n            \"addressLine2\": \"\",\n            \"addressStatus\": \"verified\",\n            \"city\": \"PHOENIX\",\n            \"companyName\": \"Amgen Safety Net Foundation\",\n            \"country\": \"UNITED STATES\",\n            \"countryCode\": \"US\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"postalOrZip\": \"85060\",\n            \"provinceOrState\": \"AZ\"\n        },\n        \"mailingClass\": \"first_class\",\n        \"mergeVariables\": {\n            \"first\": \"Jason\",\n            \"last\": \"Riddle\"\n        },\n        \"sendDate\": \"2025-12-15T19:06:28.029Z\",\n        \"size\": \"us_letter\",\n        \"status\": \"ready\",\n        \"template\": \"template_4VQNpayiF6B66wtCLhDXL9\",\n        \"to\": {\n            \"id\": \"contact_8Kg1PMuFEPF4q2EsdwxCFC\",\n            \"object\": \"contact\",\n            \"addressLine1\": \"123 MAIN ST\",\n            \"addressStatus\": \"verified\",\n            \"city\": \"NEW YORK\",\n            \"country\": \"UNITED STATES\",\n            \"countryCode\": \"US\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"postalOrZip\": \"10001\",\n            \"provinceOrState\": \"NY\"\n        },\n        \"createdAt\": \"2025-12-15T19:06:28.031Z\",\n        \"updatedAt\": \"2025-12-15T19:06:28.031Z\"\n    },\n    \"file_info\": {\n        \"requested\": 1,\n        \"found\": 1,\n        \"storage_path\": \"/var/www/templates/\",\n        \"errors\": []\n    }\n}"}],"_postman_id":"bca4468b-c39d-4ab1-839b-9dc79cdf5dc3"}],"id":"13445117-f5ec-4e25-9307-2314e1f081c5","_postman_id":"13445117-f5ec-4e25-9307-2314e1f081c5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Eligibility","item":[{"name":"Check","id":"78e39544-2a4c-42a9-9cc5-02c90f5b69ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"household_members\": 4,\n    \"where_live\": \"Continental US\",\n    \"us_6_months\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/eligibility","urlObject":{"path":["eligibility"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Number of family members in your household</p>\n","type":"text/plain"},"key":"household_members","value":"4"},{"disabled":true,"description":{"content":"<p>Where do you currently reside? Continental US, Alaska, Hawaii</p>\n","type":"text/plain"},"key":"where_live","value":"Continental US"},{"disabled":true,"description":{"content":"<p>Have you lived in the U.S. or its territories for 6 months or longer? true / false</p>\n","type":"text/plain"},"key":"us_6_months","value":"true"}],"variable":[]}},"response":[{"id":"037a919d-af96-4f40-8362-6da52c21992a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"household_members\": 5,\n    \"where_live\": \"Continental US\",\n    \"us_6_months\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/eligibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Dec 2025 21:56:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, Cache-Control, X-API-Key, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"fpl_amount\": 37650\n}"}],"_postman_id":"78e39544-2a4c-42a9-9cc5-02c90f5b69ce"}],"id":"0059a470-f956-4ea8-9553-41ece3ae900a","_postman_id":"0059a470-f956-4ea8-9553-41ece3ae900a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"IVR","item":[{"name":"Refill Reminder Call All Unprocessed","id":"eb1be10a-5181-4780-bf8b-1fa715306b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/ivr-refill-queue/call","description":"<p>This endpoint is used to retrieve the status of a case by case_id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["ivr-refill-queue","call"],"host":["{{host}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"95dd6f4c-5b46-4f54-9ce3-174c1ca5c4f6","name":"Sucess","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"19"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"case_id\": 19,\n    \"case\": {\n        \"status\": \"Pending\",\n        \"sub_status\": \"Benefit Investigation\",\n        \"sub_status_reason\": \"BI Required Prior to Processing\",\n        \"phase\": \"Intake\",\n        \"created_date\": \"2025-01-15\",\n        \"enrollment_start_date\": \"2025-01-15\",\n        \"treatment_start_date\": \"2025-02-01\",\n        \"treatment_end_date\": null,\n        \"patient\": {\n            \"first_name\": \"Yulia\",\n            \"last_name\": \"Sd\",\n            \"middle_name\": \"\",\n            \"date_of_birth\": \"2025-10-10\",\n            \"current_shipping_address\": {\n                \"street_address\": \"123 Main Street\",\n                \"address_extension\": \"Apt 4B\",\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip_code\": \"19123\"\n            }\n        },\n        \"prescription\": {\n            \"rx_number\": \"1023432\",\n            \"dosage\": \"10mg once daily\",\n            \"quantity\": 30,\n            \"refills_number\": 5,\n            \"refills_remaining\": 4,\n            \"fills_made\": 1,\n            \"days_supply\": 30,\n            \"expiration_date\": \"2026-01-15\",\n            \"product\": {\n                \"ndc\": \"1234567890\",\n                \"dose\": \"10mg\",\n                \"name\": \"Sample Medication\"\n            }\n        },\n        \"physician\": {\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Doe\",\n            \"name\": \"Dr. Jane Doe\",\n            \"organization_name\": \"Main Street Medical Center\",\n            \"npi\": \"1234567890\"\n        },\n        \"case_manager\": {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Johnson\"\n        },\n        \"specialty_pharmacy\": {\n            \"name\": \"Specialty Pharmacy Network\",\n            \"npi\": \"9876543210\"\n        },\n        \"program\": {\n            \"name\": \"Patient Assistance Program\",\n            \"client_name\": \"Healthcare Solutions Inc\"\n        },\n        \"orders\": [\n            {\n                \"order_id\": 455,\n                \"ship_date\": \"2025-10-05\",\n                \"status\": \"Delivered\",\n                \"status_id\": 6,\n                \"sub_status\": \"Completed\",\n                \"sub_status_id\": 15,\n                \"status_date\": \"2025-10-08\",\n                \"shipment_carrier\": \"UPS\",\n                \"shipment_tracking_id\": \"1Z9999999999999999\",\n                \"ship_address\": {\n                    \"street_address\": \"123 Main Street\",\n                    \"address_extension\": \"Apt 4B\",\n                    \"city\": \"Philadelphia\",\n                    \"state\": \"PA\",\n                    \"zip_code\": \"19123\",\n                    \"country_name\": \"United States\"\n                }\n            }\n        ]\n    }\n}\n"},{"id":"96ad2cd5-036a-49f1-aab1-0531bdf4342c","name":"Error: Case Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"4000"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Case not found\"\n}"}],"_postman_id":"eb1be10a-5181-4780-bf8b-1fa715306b80"},{"name":"Refill Reminder Build Queue From Date","id":"50c23f3a-cd6c-46ef-b4a2-752c7de645e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/ivr-refill-queue/build_refill_table_from_date?start_date=2025-04-28","description":"<p>This endpoint is used to retrieve the status of a case by case_id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["ivr-refill-queue","build_refill_table_from_date"],"host":["{{host}}"],"query":[{"key":"start_date","value":"2025-04-28"}],"variable":[]}},"response":[{"id":"50a161fa-eb3f-4779-99f0-ec73f3668588","name":"Sucess","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"19"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"case_id\": 19,\n    \"case\": {\n        \"status\": \"Pending\",\n        \"sub_status\": \"Benefit Investigation\",\n        \"sub_status_reason\": \"BI Required Prior to Processing\",\n        \"phase\": \"Intake\",\n        \"created_date\": \"2025-01-15\",\n        \"enrollment_start_date\": \"2025-01-15\",\n        \"treatment_start_date\": \"2025-02-01\",\n        \"treatment_end_date\": null,\n        \"patient\": {\n            \"first_name\": \"Yulia\",\n            \"last_name\": \"Sd\",\n            \"middle_name\": \"\",\n            \"date_of_birth\": \"2025-10-10\",\n            \"current_shipping_address\": {\n                \"street_address\": \"123 Main Street\",\n                \"address_extension\": \"Apt 4B\",\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip_code\": \"19123\"\n            }\n        },\n        \"prescription\": {\n            \"rx_number\": \"1023432\",\n            \"dosage\": \"10mg once daily\",\n            \"quantity\": 30,\n            \"refills_number\": 5,\n            \"refills_remaining\": 4,\n            \"fills_made\": 1,\n            \"days_supply\": 30,\n            \"expiration_date\": \"2026-01-15\",\n            \"product\": {\n                \"ndc\": \"1234567890\",\n                \"dose\": \"10mg\",\n                \"name\": \"Sample Medication\"\n            }\n        },\n        \"physician\": {\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Doe\",\n            \"name\": \"Dr. Jane Doe\",\n            \"organization_name\": \"Main Street Medical Center\",\n            \"npi\": \"1234567890\"\n        },\n        \"case_manager\": {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Johnson\"\n        },\n        \"specialty_pharmacy\": {\n            \"name\": \"Specialty Pharmacy Network\",\n            \"npi\": \"9876543210\"\n        },\n        \"program\": {\n            \"name\": \"Patient Assistance Program\",\n            \"client_name\": \"Healthcare Solutions Inc\"\n        },\n        \"orders\": [\n            {\n                \"order_id\": 455,\n                \"ship_date\": \"2025-10-05\",\n                \"status\": \"Delivered\",\n                \"status_id\": 6,\n                \"sub_status\": \"Completed\",\n                \"sub_status_id\": 15,\n                \"status_date\": \"2025-10-08\",\n                \"shipment_carrier\": \"UPS\",\n                \"shipment_tracking_id\": \"1Z9999999999999999\",\n                \"ship_address\": {\n                    \"street_address\": \"123 Main Street\",\n                    \"address_extension\": \"Apt 4B\",\n                    \"city\": \"Philadelphia\",\n                    \"state\": \"PA\",\n                    \"zip_code\": \"19123\",\n                    \"country_name\": \"United States\"\n                }\n            }\n        ]\n    }\n}\n"},{"id":"ec2f6e10-1f99-4bd4-b6b4-81c36a53281b","name":"Error: Case Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"4000"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Case not found\"\n}"}],"_postman_id":"50c23f3a-cd6c-46ef-b4a2-752c7de645e6"},{"name":"Ivr Call Log Email Report","id":"b1ad2598-53e2-466d-81cb-16f4179cbb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/ivr/call-log-report","description":"<p>This endpoint is used start an Ivr call interaction from the phone in the URL.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["ivr","call-log-report"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c142bb98-1e54-49c9-85b5-b802d0d77bd5","name":"Sucess","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"19"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"case_id\": 19,\n    \"case\": {\n        \"status\": \"Pending\",\n        \"sub_status\": \"Benefit Investigation\",\n        \"sub_status_reason\": \"BI Required Prior to Processing\",\n        \"phase\": \"Intake\",\n        \"created_date\": \"2025-01-15\",\n        \"enrollment_start_date\": \"2025-01-15\",\n        \"treatment_start_date\": \"2025-02-01\",\n        \"treatment_end_date\": null,\n        \"patient\": {\n            \"first_name\": \"Yulia\",\n            \"last_name\": \"Sd\",\n            \"middle_name\": \"\",\n            \"date_of_birth\": \"2025-10-10\",\n            \"current_shipping_address\": {\n                \"street_address\": \"123 Main Street\",\n                \"address_extension\": \"Apt 4B\",\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip_code\": \"19123\"\n            }\n        },\n        \"prescription\": {\n            \"rx_number\": \"1023432\",\n            \"dosage\": \"10mg once daily\",\n            \"quantity\": 30,\n            \"refills_number\": 5,\n            \"refills_remaining\": 4,\n            \"fills_made\": 1,\n            \"days_supply\": 30,\n            \"expiration_date\": \"2026-01-15\",\n            \"product\": {\n                \"ndc\": \"1234567890\",\n                \"dose\": \"10mg\",\n                \"name\": \"Sample Medication\"\n            }\n        },\n        \"physician\": {\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Doe\",\n            \"name\": \"Dr. Jane Doe\",\n            \"organization_name\": \"Main Street Medical Center\",\n            \"npi\": \"1234567890\"\n        },\n        \"case_manager\": {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Johnson\"\n        },\n        \"specialty_pharmacy\": {\n            \"name\": \"Specialty Pharmacy Network\",\n            \"npi\": \"9876543210\"\n        },\n        \"program\": {\n            \"name\": \"Patient Assistance Program\",\n            \"client_name\": \"Healthcare Solutions Inc\"\n        },\n        \"orders\": [\n            {\n                \"order_id\": 455,\n                \"ship_date\": \"2025-10-05\",\n                \"status\": \"Delivered\",\n                \"status_id\": 6,\n                \"sub_status\": \"Completed\",\n                \"sub_status_id\": 15,\n                \"status_date\": \"2025-10-08\",\n                \"shipment_carrier\": \"UPS\",\n                \"shipment_tracking_id\": \"1Z9999999999999999\",\n                \"ship_address\": {\n                    \"street_address\": \"123 Main Street\",\n                    \"address_extension\": \"Apt 4B\",\n                    \"city\": \"Philadelphia\",\n                    \"state\": \"PA\",\n                    \"zip_code\": \"19123\",\n                    \"country_name\": \"United States\"\n                }\n            }\n        ]\n    }\n}\n"},{"id":"a47b46c1-710e-4437-8d42-8c7b63f30118","name":"Error: Case Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"4000"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Case not found\"\n}"}],"_postman_id":"b1ad2598-53e2-466d-81cb-16f4179cbb47"},{"name":"Ivr Outbound Determination Call","id":"31d26973-b430-499a-97b2-3a927b4a8be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/ivr-outbound/call","description":"<p>This endpoint is used start an Ivr call interaction from the phone in the URL.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["ivr-outbound","call"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"53989ee3-8c4b-4bcb-84df-3257113a8936","name":"Sucess","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"19"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"case_id\": 19,\n    \"case\": {\n        \"status\": \"Pending\",\n        \"sub_status\": \"Benefit Investigation\",\n        \"sub_status_reason\": \"BI Required Prior to Processing\",\n        \"phase\": \"Intake\",\n        \"created_date\": \"2025-01-15\",\n        \"enrollment_start_date\": \"2025-01-15\",\n        \"treatment_start_date\": \"2025-02-01\",\n        \"treatment_end_date\": null,\n        \"patient\": {\n            \"first_name\": \"Yulia\",\n            \"last_name\": \"Sd\",\n            \"middle_name\": \"\",\n            \"date_of_birth\": \"2025-10-10\",\n            \"current_shipping_address\": {\n                \"street_address\": \"123 Main Street\",\n                \"address_extension\": \"Apt 4B\",\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"zip_code\": \"19123\"\n            }\n        },\n        \"prescription\": {\n            \"rx_number\": \"1023432\",\n            \"dosage\": \"10mg once daily\",\n            \"quantity\": 30,\n            \"refills_number\": 5,\n            \"refills_remaining\": 4,\n            \"fills_made\": 1,\n            \"days_supply\": 30,\n            \"expiration_date\": \"2026-01-15\",\n            \"product\": {\n                \"ndc\": \"1234567890\",\n                \"dose\": \"10mg\",\n                \"name\": \"Sample Medication\"\n            }\n        },\n        \"physician\": {\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Doe\",\n            \"name\": \"Dr. Jane Doe\",\n            \"organization_name\": \"Main Street Medical Center\",\n            \"npi\": \"1234567890\"\n        },\n        \"case_manager\": {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Johnson\"\n        },\n        \"specialty_pharmacy\": {\n            \"name\": \"Specialty Pharmacy Network\",\n            \"npi\": \"9876543210\"\n        },\n        \"program\": {\n            \"name\": \"Patient Assistance Program\",\n            \"client_name\": \"Healthcare Solutions Inc\"\n        },\n        \"orders\": [\n            {\n                \"order_id\": 455,\n                \"ship_date\": \"2025-10-05\",\n                \"status\": \"Delivered\",\n                \"status_id\": 6,\n                \"sub_status\": \"Completed\",\n                \"sub_status_id\": 15,\n                \"status_date\": \"2025-10-08\",\n                \"shipment_carrier\": \"UPS\",\n                \"shipment_tracking_id\": \"1Z9999999999999999\",\n                \"ship_address\": {\n                    \"street_address\": \"123 Main Street\",\n                    \"address_extension\": \"Apt 4B\",\n                    \"city\": \"Philadelphia\",\n                    \"state\": \"PA\",\n                    \"zip_code\": \"19123\",\n                    \"country_name\": \"United States\"\n                }\n            }\n        ]\n    }\n}\n"},{"id":"a0181526-f97b-4fbb-ad5f-9aed03cd6dec","name":"Error: Case Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/case/status/:case_id","host":["{{host}}"],"path":["case","status",":case_id"],"variable":[{"key":"case_id","value":"4000"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Case not found\"\n}"}],"_postman_id":"31d26973-b430-499a-97b2-3a927b4a8be0"}],"id":"696a9d2c-c7d2-4500-9a3e-1837d6ee963c","_postman_id":"696a9d2c-c7d2-4500-9a3e-1837d6ee963c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"Tests","item":[{"name":"Check P3_Reporting","id":"be5b4d78-e96f-4fa8-992a-d6426c4eec57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/tests/p3_reporting","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["tests","p3_reporting"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be5b4d78-e96f-4fa8-992a-d6426c4eec57"},{"name":"Test cms_pap_extract","id":"9f0f42e5-46c3-414a-96c6-89c681316cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/tests/cms_pap_extract","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"path":["tests","cms_pap_extract"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f0f42e5-46c3-414a-96c6-89c681316cb6"}],"id":"5aeee085-45be-4534-bae3-3be5c49268bf","_postman_id":"5aeee085-45be-4534-bae3-3be5c49268bf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}},{"name":"CMS","item":[{"name":"cms-extract","id":"c198d50b-cf30-4a12-813f-d1a0453dc858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"dry_run\": true}","options":{"raw":{"language":"json"}}},"url":"{{host}}/integrations/cms-pap/run","urlObject":{"path":["integrations","cms-pap","run"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c198d50b-cf30-4a12-813f-d1a0453dc858"},{"name":"Cron cms_pap_run","id":"65051bbd-be50-4535-ac2d-87bbfefbe010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"65051bbd-be50-4535-ac2d-87bbfefbe010"}],"id":"0d7640e9-4418-415d-8d48-ba07c685e837","_postman_id":"0d7640e9-4418-415d-8d48-ba07c685e837","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]},"isInherited":true,"source":{"_postman_id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","id":"6403a9e6-b70d-4c03-8f62-6dcc066ddf29","name":"Regalo API Documenation","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Bearer}}"}]}},"event":[{"listen":"prerequest","script":{"id":"3c9b3bdf-c47f-415f-abdb-62af56b26b4b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"26a9b165-56ac-46dd-a6b8-faefe2012b94","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}