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>" }
Mark specific notifications as read for a customer in Gameball by providing notification IDs.
customerId
Updated
Was this page helpful?