cURL
curl --request GET \ --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/spotlights \ --header 'Authorization: <authorization>'
[ { "id": 88, "title": "New Feature Spotlight" } ]
Retrieve a list of spotlights 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 spotlights.
Was this page helpful?