---
title: "Get Event Types and Threshold Values"
method: GET
path: "/v3/subscription/eventtype"
---

# Get Event Types and Threshold Values

`GET /v3/subscription/eventtype`

This route returns common event types and the associated threshold requirements and default values.

## Response `200`

200

- object[]
  - `id` integer
  - `eventType` string
  - `description` string
  - `group` string
  - `isThresholdRequired` boolean
  - `thresholdDescription` string
  - `thresholdDefault` integer

## Other responses

- `400` — 400

---

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