質問

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

役に立ちましたか?

解決

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

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top