Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This has been added to the documentation and is now officially supported. This can now be closed out, I don't see a way to do it.
The RFC for OAuth 2.0 is pretty clear:https://tools.ietf.org/html/rfc6749#section-3.2 Since requests to the token endpoint result in the transmission of clear-text credentials (in the HTTP request and response), the authorization server MUST require the use of TLS as described in Section 1....
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 convinced that that's "in public".https://developers.marketo.com/rest-api/authentication/#using_an_access_tokenhttps://develop...
Highly needed!
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 we can POST to create a person in another system, which returns an ID. Ideally, we would like to PUT to the user record t...
You can currently get that as originalSourceType both through the API and through the new Bulk Export API
Right now the Marketo Bulk Lead API export allows filters on CreatedAt and UpdatedAt for up to 30 days. I'd like to request a small change to 31 days, allowing a download of an entire calendar month for January, March, May, July, August, October, December. This would allow a year of leads createdAt ...
We also have a need to at least read the "marketing suspend" value.