In my experience, the Munchkin documentation in various places (which are easily searched and found) is causing some people to be confused.It looks like Munchkin used to have a jQu...
I've seen many customers have a security review that comes back flagging the use of GET on the API and putting client id and secret on the URL. Apparently people are somehow convin...
There are many integrations out there and many of them now expect that people can call REST endpoints with the proper method.As an example, we have an integration right now where w...
Release Notes: Fall '18 - Marketo Docs - Product Documentation In the release notes liked above, it has the following:APILead Map REST APIMarketo now supports the use of email-disp...
We are trying to keep Leads in our external database in sync with leads in the Marketo database. Nonwithstanding the inablility just get all leads in once call, instead having to g...
Currently, when you download a file on the Bulk API at and there is a server problem on the Marketo env, instead of the CSV file you get{"requestId":"3fd2#161992bc7e1","success":fa...
When we extract activities from the bulk API, we don't see any of type 28, "Sync Lead Updates to SFDC." We do continue to get them through SOAP for the same dates.The expectation I...
If I send a request to get Leads with a filter of updatedAt in a date range:{"fields":["id","email","company","createdAt","updatedAt","unsubscribed","emailInvalid","originalSourceT...
Working with the Bulk API, have a few questions about it.1. What's the easiest way to just get all leads for an initial sync via the bulk API? You need to have a filter. Say I have...
For Bulk Activity Export - exporting a file it is both stored as plain text and transmitted without gzip compression.This data is repetitive and compresses very well. In my analysi...