How to call API endpoint using Axios in React?

Is it possible to call API successfully using Axios in React?
So Far all I am getting back is CORS missing allow origin.

Hi @pankalos
Try searching the forum: https://discourse.metabase.com/search?q=Axios%20API
You can call the API from any system, as long as it's within the browser security restrictions.
Try searching the internet about the CORS error.