# List Event Types This endpoint returns an array (List) of all event types. Endpoint: GET /webhooks/event-type/list Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Query parameters: - `before` (string,null) The cursor value returned by Tenovos to retrieve the previous page of results. If the before parameter is used, the after parameter cannot be used. Example: "196100ac-4ee" - `after` (string,null) The cursor value returned by Tenovos to retrieve the next page of results. If the after parameter is used, the before parameter cannot be used. Example: "16969100ac-4ef" ## Header parameters: - `content-type` (string) Example: "application/json" - `Authorization` (string) Example: "Bearer " ## Response 200 fields (application/json): - `name` (string) The name of the Event Type. Determined by Tenovos. Example: "asset.created" - `description` (string) You must provide a description for the event type. Example: "Event when a new asset in Tenovos is created." - `createdDate` (string) The Date and time the Event Type was created. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 503 fields