Mark Read Mail

Used to mark as read unimportant emails or emails that users do not want to view directly.

Request

POST /v1/mailbox/read HTTP/1.1
Host: mailbox-dev.api.mimiland.io
mm-client-id: mml
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
mm-user-id: 650ad419d995b4f348455ce2
Content-Type: application/json
Content-Length: 70

{
    "ids": [
        
        "660a6434bf7100c29d5e86a1"
    ]
}

Last updated