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 credenti...
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...
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 ent...