Domanda

im trying to test the Survey Monkey api via the online test console but keep getting the following error:

https://developer.surveymonkey.com/io-docs (link)

It's asking me to enter the Authorisation:

Content-Type: Authorization: bearer %s <--- not sure where to get this from? (Access token) api_key:
JSON:

and so im getting a "errmsg": "Invalid \"Authorization\" data in request header"

Is this generated elsewhere.. or am i missing something

È stato utile?

Soluzione

You get the access token when you perform OAuth - select the app from your existing client credentials, hit Authorize, log into your SurveyMonkey account, and it should auto-populate the 'Access Token' field. Then copy this into the Authorization header in the form "bearer (access token)" (without the quotes or parentheses).

Cheers,

Miles

Altri suggerimenti

The authorization header works for me with bearer XXXYYYZZ. Doc here: https://developer.surveymonkey.com/mashery/requests_responses

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top