Skip to main content
GET
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
/
notifications
/
count
Get Customer Notifications Count
curl --request GET \
  --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId}/notifications/count \
  --header 'apikey: <api-key>'
{
  "count": 123
}
This API retrieves the total count of notifications for a specific customer in Gameball, identified by customerId. It provides the number of notifications matching the specified criteria without returning detailed notification records.
Security: Requires apikey header.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Unique identifier for the customer

Query Parameters

isRead
boolean

Filter notifications based on their read status

lang
string

Language in which notifications will be retrieved

Response

200 - application/json

Notifications count found

count
number

The total number of notifications available for the customer in Gameball system