---
title: "Mark Customer Notifications as Read"
method: PUT
path: "/api/v4.0/integrations/customers/{customerId}/notifications/read"
---

# Mark Customer Notifications as Read

`PUT /api/v4.0/integrations/customers/{customerId}/notifications/read`

Mark specific notifications as read for a customer in Gameball by providing notification IDs.

## Path parameters

- `customerId` string, required

## Request body

- MarkNotificationsReadRequest
  - `notificationIds` string[], required

## Response `200`

Updated

- Success
  - `success` boolean
  - `message` string

---

[API](https://skmtc.net/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.net/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameballers/gameball-api/revisions/2e4a8bfe2291/schema)
