Skip to main content
PUT
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
/
notifications
/
read
cURL
curl -X POST 'https://api.gameball.co/api/v4.0/integrations/customers/12345/notifications/read' -H 'Content-Type: application/json' -H 'apikey: YOUR_API_KEY' -H 'secretkey: YOUR_SECRET_KEY' -d '{"notificationIds":["n_01","n_02"]}'
{
  "success": true,
  "message": "<string>"
}
This API allows you to mark specific notifications as read for a customer in Gameball, identified by customerId. By providing notification IDs, you can update the read status of individual notifications.
Security: Requires apikey and secretkey headers.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Body

application/json
notificationIds
string[]
required

Response

200 - application/json

Updated

success
boolean
message
string