Hi there,
I’m trying to import the installments data from a deal into power query / Power BI with the below code but then receive an error (404); Not Found.
= Json.Document(
Web.Contents(“https://<mycompany./api/v2/deals//installments?api_token=”))
I’m on a premium plan.
I can import the deals data without any issues but not the installments data.
Thanks