---
title: "Submit browser event"
method: POST
path: "/events"
tags: ["Events"]
---

# Submit browser event

`POST /events`

## Request body

- BrowserEvent
  - `participant` string, required
  - `session` string, required
  - `timestamp` string, date-time, required
  - `event` string
  - `connectionId` string
  - `connection` 'local' | 'remote'
  - `reason` string
  - `name` string
  - `additionalProperties` object

## Response `200`

Event received successfully

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/openvidu/apis/browser-emulator-api.md) · [All operations](https://skmtc.dev/openvidu/apis/browser-emulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openvidu/browser-emulator-api/revisions/18732332a4cb/schema)
