Any help here would be greatly appreciated. I'm Director of Revenue Management for a hotel company and have been using Queries to pull API competitive shop data into the workbook used for forecasting and rate analysis.
I've been informed by our shop vendor, OTA Insight, is changing how the API works. Up to now, they've used a simple URL with my authentication token as part of the URL. For example, the current URL for the query looks like this:
They're requiring a move to this, but everything I've tried thus far results in an invalid URL message from Excel:
So, how can I implement this in Excel so I can continue to pull API shop data directly into Excel?
Thanks much!
I've been informed by our shop vendor, OTA Insight, is changing how the API works. Up to now, they've used a simple URL with my authentication token as part of the URL. For example, the current URL for the query looks like this:
They're requiring a move to this, but everything I've tried thus far results in an invalid URL message from Excel:
curl -H "X-Oi-Authorization: <MyToken>" https://api.otainsight.com/v3/rates...rue&changeDays=3,5,7&shopLength=90&format=csv |
So, how can I implement this in Excel so I can continue to pull API shop data directly into Excel?
Thanks much!