I am trying to access a partner survey using the api. So before getting started with the client implementation, I am testing the api using the console.
After setting the auth code and the request parameters, I get this response:
{
"Content-Type": "text/xml",
"Date": "Sun, 11 Aug 2013 17:43:18 GMT",
"Server": "Mashery Proxy",
"X-Mashery-Error-Code": "ERR_403_DEVELOPER_INACTIVE",
"X-Mashery-Message-Id": "2040f2f4-6a3b-45fe-80be-81c848e42422",
"X-Mashery-Responder": "prod-j-worker-us-west-1b-19.mashery.com",
"Content-Length": "27",
"Connection": "keep-alive"
}
What does it mean? Should any kind of config set up by the partner? Or does the SurveyMonkey console not enable to access production environment?
SurveyMonkey's developer API stuff is provided by Mashery. If you take a look at the docs you will see a status code listing at the bottom of the page you will see what the various types of 403
errors.
Your code shows this: "X-Mashery-Error-Code": "ERR_403_DEVELOPER_INACTIVE"
and based on Mashery's docs i'd probably contact them directly and try to find out why the API key you are using to access the Mashery API is not approved.
My hunch is that the problem is probably not with SurveyMonkey directly.
I have seen this error a couple of times. Here are the reasons why you might get that error:
In general https://developer.surveymonkey.com/io-docs is a production console however it has a couple gotchas that i think SurveyMonkey is working on fixing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With