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

Update Message

Allow you to modify specific details of a message.

PUT https://api.ants.tech/access/api/app-inbox/message

Request Body

Name
Type
Description

ids*

String

For example, ["48371250"]

status*

Number

For example, 1

destination_id*

Number

For example, 13005980

lookupId*

String

For example, 200

lookupType*

String

For example, customer

portalId*

String

For example, 33167

{
    "code": 200,
    "message": "Success",
    "data": {
        "status": true
    }
}
PreviousGet Message DetailNextCount Message Unread

Last updated 1 year ago