ERROR in API request conversion_statistics - POWER BI

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

Hi @Victor_Cezar_Martins
Welcome to the community :wave:
Could you share more details on how you make these requests ? It would also help if you could share the error messages along with screenshots / video grab

Capturar

Hi @Victor_Cezar_Martins
Thanks for being patient. Apparently, the URL seems to be missing the api path :thinking:

It should ideally be https://{COMPANYDOMAIN}.pipedrive.com/api/v1/...

Can you try again with the right path ?