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"
}
]
}
}
Last updated