Hi guys, how are you?
I’m trying conect API in Power BI, using request with api_token
https://{COMPANYDOMAIN}.pipedrive.com/api/v1/.
Specifically I need to request the conversion rate of the funnel stages. i’m using the script https://{COMPANYDOMAIN}.pipedrive.com/api/v1/pipelines/{id}/conversion_statistics and informing the id of my funnel.
But when I compile the request, the Power BI reports error 400 (bad request).
Could someone tell me what is missing in the request or where is the error? thanks