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
  • Introduction
  • Base URL
  • Error Handling
  1. Endpoint

App Inbox API

Introduction

The App Inbox API endpoints provide access to the App Inbox data within our system. These endpoints enable you to get the list of App Inbox(es), update their statuses, and more, allowing your application to seamlessly interact with our event data.

Base URL

All requests to the App Inbõ API endpoints should be made to the following base URL:

http://api.ants.tech/access/api/app-inbox

Error Handling

Our API follows standard HTTP status codes for indicating the success or failure of a request. In case of an error, additional information will be provided in the response body.

PreviousPromotion APINextGet Message Detail

Last updated 1 year ago