I found an undocumented endpoint to get ALL Engage User Properties:
https://mixpanel.com/api/2.0/engage/properties
Does anyone know if this is a supported endpoint? Is it documented anywhere?
It’s really helpful in knowing the properties and data types.
This returns a response like the following:
```
{
"results": {
"$campaigns": {
"count": 8,
"type": "list"
},
"$email": {
"count": 8,
"type": "string"
},
"$last_seen": {
"count": 8,
"type": "datetime"
},
"age": {
"count": 8,
"type": "number"
},
"country": {
"count": 8,
"type": "string"
},
"signup_date": {
"count": 8,
"type": "datetime"
}
},
"session_id": "zzzz",
"status": "ok",
"computed_at": "2020-10-26T17:56:11.406271+00:00"
}
```
Does anyone know where I can find more information about this endpoint?
Here is a documented endpoint to get the Top Event Properties:
https://mixpanel.com/api/2.0/events/properties/top
and values:
https://mixpanel.com/api/2.0/events/properties/values
This is documented here:
https://developer.mixpanel.com/reference/event-breakdown#query-events-top-properties