Notifications
Cette page n'est pas disponible en français. La version anglaise est affichée.
Read a notification
Use this method to mark notification as read
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
notification_id*string
The identifier (UUID) of a notifiction
Format
uuidResponse 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" }}