---
title: "Get Customer Notifications"
method: GET
path: "/api/v4.0/integrations/customers/{customerId}/notifications"
---

# Get Customer Notifications

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

Retrieve a paged list of notifications for a specific customer in Gameball, including details such as title, message content, read status, and timestamp.

## Path parameters

- `customerId` string, required

## Query parameters

- `startAfter` integer
- `limit` integer
- `isRead` boolean
- `lang` string

## Response `200`

Notifications list

- CustomerNotifications
  - `notifications` object[]
    - `id` string
    - `title` string
    - `body` string
    - `isRead` boolean
    - `createdAt` string, date-time
  - `nextCursor` string, nullable

---

[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/versions/2e4a8bfe2291/schema)
