Use Rest API as Data Source #965
Replies: 2 comments 2 replies
-
If the API doesn't need authentication, you can already do this! Any URL works in |
Beta Was this translation helpful? Give feedback.
-
It is vital to provide the required authentication headers in your HTTP requests when interacting with a REST API that requires authentication. This is how you retrieve data from a verified REST API, save it in an object, and utilize it as a source of data for a Mavo application.Establish Authentication,Store data as an object, get data from an authenticated REST API and finally Combine with Mavo |
Beta Was this translation helpful? Give feedback.
-
In a former post I discussed if there are connections connections in Mavo to realtiome backends. Even so this is not possible yet, I thought about a kind of workaround.
So I wonder if it is possible to fetch data from a Rest API, write it as an Object to a variable and use this as a datasource for a Mavo app.
Beta Was this translation helpful? Give feedback.
All reactions