Forum Discussion
webportal
3 years agoImpactful Individual
Dataflow to get data from REST API
Hello, I'm trying to get the data from an API with: Json.Document(Web.Contents("https://dominio.com/api/index.php/v1/GetData", [Headers=[Authorization="Bearer xxxx", Accept="*/*"]])) The data...
webportal
3 years agoImpactful Individual
The data source is a REST API that provides the data in JSON format.
The authentication is trhough a Bearer token.
If more info is needed, pls let me know.
Thanks