cURL
curl --request GET \ --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/segments \ --header 'Authorization: <authorization>'
{ "data": [ { "id": 101, "title": "Active Users", "usage": "all", "category": "user_id", "is_hidden": false, "is_protected": false, "status": "published" } ], "metadata": { "cursor": { "after": "...", "before": null }, "limit": 50, "total_count": 1 } }
Retrieve a list of segments 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 paginated list of segments.
Show child attributes
Was this page helpful?