Back in 2013 we introduced a requirement that API keys had to be sent as the first attribute of the JSON payload, this was meant to allow some optimization when processing the request. This introduced a problem with JSON libraries…
Back in 2013 we introduced a requirement that API keys had to be sent as the first attribute of the JSON payload, this was meant to allow some optimization when processing the request. This introduced a problem with JSON libraries…
On an upcoming update to RPM, the system will start requiring that the key be the first piece of data to be present in the request data. Like this: { “Key”: “<Your API Key>”, … <“Rest of the Request Data>…