cURL
curl --request GET \ --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/resource_center_modules \ --header 'Authorization: <authorization>'
[ { "display_name": "Resource Center Module A", "key": "resource_center_module_a", "data_type": "string" } ]
Retrieve a list of resource center 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 resource center modules.
Was this page helpful?