# List Event Types

List all event types.

Endpoint: GET /api/v1/events/types/
Version: Version: aec57205
Security: HTTPBearer

## Header parameters:

  - `x-jiko-idempotency` (string, required)

  - `x-jiko-signature` (string, required)

## Response 200 fields (application/json):

  - `offset` (integer, required)

  - `count` (integer, required)

  - `items` (array, required)
    List of available events to subscribe to

  - `items.event` (string, required)

  - `items.object_type` (string, required)

  - `object_type` (string)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

  - `detail.input` (any)

  - `detail.ctx` (object)


