# Mark Message as Read **POST /messages/{message_id}/read** ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **message_id** (string) ### Body: application/json (object) - **sender_jid** (string) - **chat_jid** (string) ## Responses ### 200 Message marked as read #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)