Forum Discussion

webportal's avatar
webportal
Impactful Individual
3 years ago

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...