API Guide
API GuideDeveloper Guide
  • Welcome to the API Guide
  • Getting Started
    • Introduction
    • Prerequisites
  • Authentication
  • Endpoint
    • Profile API
      • Get Customer Profile
      • Get Customer ID by phone number
    • Segment API
      • Listing Segments
      • Create new Segment
        • Upload file data for Segment
      • Export data Segment
      • Download exported Segment data
        • Check Segment exporting status
    • Event API
      • Get Event(s) List
      • Get Event History
    • Item API
      • Get Business Object(s) List
      • Get BO Attributes
      • Search Item
      • Explore Item
    • Promotion API
    • App Inbox API
      • Get Message Detail
      • Update Message
      • Count Message Unread
      • Mark All As Read
      • Get Message Performance
      • Get Catalog Performance
      • Get Destination
Powered by GitBook
On this page
  1. Endpoint
  2. App Inbox API

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

Name
Type
Description

lookupId*

String

For example, 200

lookupType*

String

For example, customer

portalId*

String

For example, 33167

{
    "code": 200,
    "message": "Success",
    "data": {
        "status": true
    }
}
PreviousCount Message UnreadNextGet Message Performance

Last updated 1 year ago