# List event types.

Returns the possible types that an event can have.

Endpoint: GET /events/types
Version: v3
Security: oauth2

## Security:

  - `oauth2` (unknown)
    oauth2

## Response 200:

  - `200` (unknown)
    A collection of event types.

## Response 200 fields (text/plain):

  - `id` (integer, required)
    The unique identifier for the event type.

  - `name` (string, required)
    The name of the event type.

