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

Get Message Detail

Retrieve detailed information about a specific message.

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

Path Parameters

Name
Type
Description

id*

Number

For example, 4837250

Request Body

Name
Type
Description

lookupId*

String

For example, "200"

lookupType*

String

For example, "customer"

portalId*

Number

For example, 33167

{
    "code": 200,
    "message": "Success",
    "data": {
        "entries": [
            {
                "last_updated": "2023-09-05 10:37:35",
                "item_id": "48371250",
                "item_type": "app_inbox",
                "date_created": "2023-08-29 13:39:42",
                "content": "13 🎉 Exclusive Coupon Alert! 🎉 Enjoy [discount]% off your next purchase with code: {coupon_code}. Don't miss out - dive into savings on [products/services] now!",
                "variant_id": 1232438,
                "lookup_type": "200",
                "template_id": "1235",
                "journey_id": 1232436,
                "campaign_id": 1232437,
                "status": 1
            }
        ]
    }
}
PreviousApp Inbox APINextUpdate Message

Last updated 1 year ago