cURL
curl --request GET \ --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/surveys \ --header 'Authorization: <authorization>'
[ { "id": 45, "title": "CSAT Survey", "platform": "web", "modules": [ { "id": 1, "order": 1, "type": "open_text", "question": "How was it?" } ] } ]
Retrieve a list of surveys (with modules) available for export.
API authentication token in the format: Token {{API_KEY}}. Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
A list of surveys (with modules).
Was this page helpful?