Skip to main content
POST
/
notifications
/
{notificationId}
/
seen
Create notification
curl --request POST \
  --url https://api.quivo.co/notifications/{notificationId}/seen
This response has no body data.

Path Parameters

notificationId
integer<int64>
required

The unique identifier for a notification.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.