Clockify API and either Power BI or Python data pulls

Does anyone have experience working with the Clockify API and Either Power BI or Python?

I’m trying to pull data from Clockify into Power BI or Python and failing. It looked simple enough, but my API knowledge is just too shallow.

I’d be willing to compensate someone with good knowledge that can get me down the road.

Thanks,
Thomas

I haven’t used clockify, but I do program in python for work. I don’t need payment, but I’m out of town for a convention until next week if you can wait that long

1 Like

Grab yourself a copy of Postman. It will allow you to work through any authentication or authorization issues with ease. It will build your requests and display all the response codes.

1 Like

I’ll add that postman has a bunch of examples of how to call the clockify API in their docs found here:

https://www.postman.com/crimson-zodiac-244156/workspace/work/documentation/17420025-9f74708f-ee5d-45e7-a20e-00da4ccfb503

And there is a guthub repository of clockify API examples here - it includes examples in Python:

Ok! Good tip on postman….I’ll deeper dive this week.