Question
Using Marketo API // Misc. Questions
Hello
I am using the bulk API to export data with Python.
I could so far export Leads and Activities fine, but i'm struggling to export all Programs or all Campaigns at once, which endpoint should I use?
For Leads i used :
https://{munchkin_id}.mktorest.com/bulk/v1/leads/export/create.jsonFor Activities i used
https://{munchkin_id}.mktorest.com/bulk/v1/activities/export/create.jsoni tried with the following for programs and campaigns
but it didn't work. any idea?
https://{munchkin_id}.mktorest.com/bulk/v1/programs/export/create.json
andhttps://{munchkin_id}.mktorest.com/rest/v1/programs/export/create.jsonAlso, i would like to find all available fields for a given endpoint and couldn't find a clear table where this is summarized.
I did check the API Documentation but I could not find a summary of what one can find and where.
Thanks for your support!
Vinz