# Get Applicable Event list for Webhook configuration

This operation gets the events details

Endpoint: GET /api/v1/events
Version: 0.1
Security: bearerAuth

## Response 200 fields (application/json):

  - `eventId` (string)
    event id of an event

  - `name` (string)
    name of an event

## Response 401 fields (application/json):

  - `message` (string, required)

  - `code` (string, required)

