Reputation: 96
My console app that grabs survey responses from SurveyMonkey stopped working. WHere do I get the api_key from? Is it the same as "Client ID"? and is the authentication token the "Access Token"?
Upvotes: 0
Views: 3035
Reputation: 2285
What specifically is broken about your app? What is being returned? On what requests? Are you hitting /v2
endpoints or /v3
endpoints?
New apps created on SurveyMonkey (or whenever you refresh your client credentials) no longer use an API Key (it has been discontinued). All you need to make requests for new apps is the access token.
For OAuth, the same thing - nothing has changed except the API Key is no longer a required field.
See the documentation about it here.
Upvotes: 1