---
title: "ErrorClick"
method: POST
path: "/session.event.ErrorClick"
---

# ErrorClick

`POST /session.event.ErrorClick`

---
title: ErrorClick
group: [EVENT TYPES, session.event]
---

## Request body

- SessionEventErrorClickPayload
  - `message_id` string
  - `webhook_id` string
  - `webhook_type` string
  - `api_version` string
  - `account_id` string
  - `website_id` string
  - `created_at` integer
  - `payload` object
    - `visitor` Visitor
      - `id` string — The unique ID of the visitor
      - `name` string — The name of the visitor
      - `email` string — The email of the visitor
      - `params` object[]
        - `name` string
        - `value` string
      - `geolocation` object
        - `country_code` string
        - `city` string
        - `region` string
    - `event_name` string
    - `time` integer
    - `name` string
    - `message` string

## Response `200`

Event handled successfully

---

[API](https://skmtc.dev/livesession/apis/webhooks-api.md) · [All operations](https://skmtc.dev/livesession/apis/webhooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/livesession/webhooks-api/revisions/c8d6d65be26f/schema)
