get
https://{youraccountname}.api-us1.com/api/3/eventTrackingEvents
List the names of tracked events.
The collection is empty while event tracking is disabled rather than an error - check GET /api/3/eventTracking before treating an empty list as "no events". Requires an account entitled to custom events.
{
"eventTrackingEvents": [
{
"name": "__pagevisit"
},
{
"name": "__redir"
}
],
"meta": {
"total": 2,
}
}