cURL
curl --request GET \ --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/company_properties \ --header 'Authorization: <authorization>'
[ { "id": 10, "type": "company_property", "key": "company_name", "display_name": "Company Name", "data_type": "string", "is_auto_property": false } ]
Retrieve a list of company properties 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 company properties.
Was this page helpful?