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 Catalog Performance

Retrieve a catalog of performance data for various items or services.

GET https://api.ants.tech/access/api/app-inbox/catalog/performance

Query Parameters

Name
Type
Description

_network_id*

Number

For example, 33167

{
    "code": 200,
    "message": "Success",
    "data": {
        "entries": [
            {
                "catalogId": "1293989",
                "catalogName": "Announcements"
            },
            {
                "catalogId": "1294090",
                "catalogName": "Coupon"
            }
        ]
    }
}
PreviousGet Message PerformanceNextGet Destination

Last updated 1 year ago