List all events (names only)

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,
  }
}
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json