Hi Everyone,
I'm trying to connect to the ION API using React Axios. Does anyone have any experience with this? Examples? I'm connecting to the API but I'm getting CORS errors when trying from my dev machine.
Thanks.
Can you clarify the environment a little more? is this ST if so what version ?
Are you past the OAuth part and now trying to invoke an API? which Suite are you invoking?
Hi Jim,
A little trick what you can do is to test via Postman and if it works via postman then you can extract the code from postman. You will find the code icon on the right side and you can select the language you want to extract... This would be the first step to see if its working..