Notifications

Read a notification

Use this method to mark notification as read

POST
/api/v2/my/notifications/{notification_id}/mark-read

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

notification_id*string

The identifier (UUID) of a notifiction

Formatuuid

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/my/notifications/497f6eca-6276-4993-bfeb-53cbbbba6f08/mark-read"
Empty
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Account is archived"  }}
{  "error": {    "message": "Service Unavailable"  }}