# Upload events from files.

Endpoint: POST /events/files
Version: v3
Security: oauth2

## Security:

  - `oauth2` (unknown)
    oauth2

## Request body:

  - `multipart/form-data` (unknown)
    Cancellation token to cancel the operation.

## Request fields (multipart/form-data):

  - `files` (array, required)

## Response 200:

  - `200` (unknown)
    An EventsUploadResponse containing details of the upload operation.

## Response 200 fields (text/plain):

  - `fileUploaded` (object)
    Gets the dictionary of file names and any error messages.

