---
title: "Get Notifications"
method: GET
path: "/v3/subscription"
---

# Get Notifications

`GET /v3/subscription`

## Query parameters

- `echo` boolean
- `merchantId` integer, required
- `limit` integer
- `offset` integer

## Response `200`

200

- object
  - `records` object[]
    - `id` integer
    - `eventType` string
    - `eventDescription` string
    - `merchantId` integer
    - `created` string
    - `modified` string
    - `phoneNumber` string
    - `threshold` integer
    - `thresholdDescription` string
    - `sendEmail` boolean
    - `sendSMS` boolean
    - `sendWebhook` boolean
    - `Sources` string
  - `recordCount` integer

## Other responses

- `400` — 400

---

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