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 Performance

Provide information and insights into the performance of message retrieval operations. It's crucial for monitoring and optimizing message-related functionalities within CDP.

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

Request Body

Name
Type
Description

lookupId*

String

For example, 200

lookupType*

String

For example, customer

portalId*

Number

For example, 33167

catalogs*

String

destinationId*

Number

For example, 834636

page*

Number

For example, 1

limit*

Number

For example, 13

{
  "code": 200,
  "message": "Success",
  "data": {
    "entries": [
      {
        "last_updated": "2023-09-05 10:37:35",
        "app_url": "https://antsomi.com",
        "item_id": "48371250",
        "heading": "13 SALEOFF50 - JUST FOR YOU",
        "item_type": "app_inbox",
        "date_created": "2023-08-29 13:39:42",
        "image_url": "https://sandbox-st-media-template.antsomi.com/upload/2022/05/23/d30146a6-02ee-4a61-bd90-b08cda3e575f.png",
        "destination_id": 834636,
        "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!",
        "catalog_ids": [
          "1294090"
        ],
        "is_deleted": false,
        "variant_id": 1232438,
        "expire_date": "2025-08-25 10:28:58",
        "launch_url": "https://antsomi.com",
        "web_url": "https://antsomi.com",
        "lookup_type": "200",
        "template_id": "1235",
        "journey_id": 1232436,
        "channel_id": 7,
        "campaign_id": 1232437,
        "status": 1,
        "tracking_url": "https://sandbox-a.cdp.asia/event?portal_id=33167&prop_id=556300709&uid=&aid=&cid=&ea=click&en=click_tracking&ec=advertising&items=%5B%7B%22type%22%3A%22smart_inbox%22%2C%22id%22%3A%2248371250%22%7D%5D&dims=%7B%22campaign%22%3A%7B%22id%22%3A%221232437%22%7D%2C%22story%22%3A%7B%7D%2C%22variant%22%3A%7B%22id%22%3A%221232438%22%7D%2C%22destination%22%3A%7B%22id%22%3A%22834636%22%7D%2C%22channel%22%3A%7B%22id%22%3A%227%22%7D%7D&is_debug=1&extra=%7B%22customer_id%22%3A%22%22%2C%22identify_id%22%3A%22%22%2C%22target_segment_ids%22%3A%5B%5D%7D&delivery_src=antsomi&is_server=true&request_id=c232e787-129d-44cc-a624-67bd29d7c4ea&resp_type=json"
      }
      // ... More data
    ]
  }
}
PreviousMark All As ReadNextGet Catalog Performance

Last updated 1 year ago