Matthew Hay
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Matthew Hay-
Matthew Hay commented,
Thanks Liz - is there anyone else I could speak to on this? We are part of the BETA program, not sure if that makes a difference or a reason why we can't connect?
-
Matthew Hay commented,
It's the same script as what I posted before (which you omitted the access token from) - so it's definitely added. I'm still getting this "has been blocked by CORS policy" error and "error TypeErro...
-
Matthew Hay commented,
Access to fetch at 'https://ws-api.toasttab.com/menus/v2/menus' from origin '{{myside.url}}' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Ac...
-
Matthew Hay commented,
Hi Liz, this is the full code - please let me know what is missing. Thanks: var myHeaders = new Headers();myHeaders.append("Authorization", "Bearer <token>");myHeaders.append("Toast-Restaurant-Ext...
-
Matthew Hay created a post,
Testing my connection to the Menu API and getting a 401 error
AnsweredTesting my connection to the Menu API and getting a 401 error. Following the documentation, I have successfully fired a GET request and connected properly. Now I'm trying to test on line. and getti...