<< Click to Display Table of Contents >> Raynet One Data Hub > 25.3 > Connectors > Alphabetic Connector List > SurveyMonkey > Connector Parameters Authentication |
This parameter specifies the URL for the server endpoint, which should only be modified to use a different API endpoint for the SurveyMonkey API.
Technical Name |
base_url |
Category |
Authentication |
Type |
String |
Default Value |
https://api.surveymonkey.com |
Example Values |
https://api.surveymonkey.com |
This parameter contains the long-lived access token required with the SurveyMonkey REST API. To acquire an API key, an App must be created in the SurveyMonkey developer portal to generate the access token.
Technical Name |
api_key |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
{empty} |
The access token must be generated interactively as described in the official documentation. Use your favorite tool (e.g. Postman, curl, Firefox Developer Mode) to retrieve the access token after the last redirect. At the time of writing the access token never expires. You should recreate a new token for this connector, so you can revoke access on a per-app basis.