user1570045
user1570045

Reputation: 96

in surveymonkey, where do I find the api_key

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

Answers (2)

Benjamin Harel
Benjamin Harel

Reputation: 2946

You can find your credentials here

Upvotes: 1

General Kandalaft
General Kandalaft

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

Related Questions