Python connect to keap api

Hi,
I recently signed up for Keap API and I am wondering how I can connect my python to keap API. I want to use python to connect and get data. An Example would be helpful

Thank you

Following this topic. I just need to pull data into a pandas dataframe. I’m good with the pandas part but am struggling with getting the data in the first place.

Hi, @Hardik_Pargi ,

The python sdk hasn’t been supported or updated for some time but it does exist. You’re likely going to have better luck sending curl requests to the rest endpoints. Authentication is another matter but you have four options for that as well.

There are very few python programmer in this and the FB group. Most people, including myself, are using PHP for something like this, and don’t even know python.