Mark Message as read by ID.

Mark Message as Read by ID

This API endpoint allows you to mark a specific message as read by providing its ID in the path parameter. It serves as a valuable tool for updating the read status of a message.

To mark a message as read, send a request to this endpoint with the necessary path parameter. The required parameter is the ID of the message that you want to mark as read.

Path Parameters

ParametersTypeDescription
idint32The ID of the message to mark as read.

Example Request

POST <https://{baseUrl}/v1/Messages/123/MarkAsRead>

Explore Our API

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!