Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleinit
<surveymonkey.init>
	<apiUrl>https://api.surveymonkey.net</apiUrl>
	<accessToken>UFHR1aBDl2QjFoOzyDhoj91aM1Q3Atp-HtOvcI8kBk.HIBEdrGLtGKLnbSmHGcE-SqTS6mf.Xy2y8KtSSIUlr9lm1S4kX3CmRnlfXacO7aw=
	</accessToken>
	<apiKey>drexhvqfrkm8ev9hmqb4mmum</apiKey>
</surveymonkey.init>
Properties
  • apiUrl: Optional - Indicates the URL of the SurveyMonkey API. The default value is https://api.surveymonkey.net. 
  • accessToken: Required - The access token allows you to make requests to the API on behalf of a user.
  • apiKey: The URL-encoded API key that is used for the authentication.

...