Mark All As Read

Allow you to mark all messages for a user as "read".

PUT https://api.ants.tech/access/api/app-inbox/message/mark-all-as-read

Request Body

NameTypeDescription

lookupId*

String

For example, 200

lookupType*

String

For example, customer

portalId*

String

For example, 33167

{
    "code": 200,
    "message": "Success",
    "data": {
        "status": true
    }
}

Last updated