I tried the following code to get the list of partitions
# Make a GET request
response = requests.get('https://[marketo-instance].marketo.com/rest/v1/leads/partitions.json',
...
Thanks so much for the promptly responses. It's the same on partitions tab too, tho
I can see all the partitions listed on the page, but not when I'm calling the details by code
I tried retrieving the partition ID and it gave me 3 rows of data
Even though the marketo account has more:
I think this is probably the reason why I'm not able to get the activ...
Hi everyone,
My marketo account has multiple partitions (partition A, partition B, partition C, etc). I am trying to create a python program that will get me certain data about le...