Skip to main content
GET
cURL
This API retrieves a paged list of notifications for a specific customer in Gameball, identified by customerId. Each notification includes details such as title, message content, read status, and timestamp.
Security: Requires apikey header.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Unique identifier for the customer

Query Parameters

startAfter
integer<int64>
default:0

Specifies the page will start after which notification id

limit
integer
default:50

Number of notifications to return per page

Required range: x <= 200
isRead
boolean

Filter notifications based on their read status

lang
string

Language in which notifications will be retrieved

Response

200 - application/json

Notifications list

notifications
object[]
nextCursor
string | null