Skip to main content
POST
/
api
/
v1
/
notifications
/
{id}
/
open
Mark Notification as Read
curl --request POST \
  --url https://app.pnta.io/api/v1/notifications/{id}/open \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "token": "<string>"
}
'

Path Parameters

id
string
required

Notification ID

Body

application/json
project_id
string
required

Project ID

token
string
required

Device push token from the notification payload

Response

no content