View App List
Use this API to fetch details of a single App List
See below for supported URL params
Field | Type | Required/Optional | Description |
---|---|---|---|
id | int | required | App List ID |
curl --location GET \
'https://api.kayzen.io/v1/app_list/9101' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ACCESS_TOKEN'
Response
App List data with has_associated_campaigns - true if the App List has at least one whitelist/blacklist Campaign attached to it.
{
"id": 9101,
"name": "Hypercasual Apps",
"description": "These are the top hypercasual apps",
"placement_ids": "10064-595558452,10064-620bb0080b6,10064-5b0bc90385,10064-5f08659e089,10064-5e74cbc777,10064-5e64cbc098,10064-5e24cbc1281,10064-5e74cbccdhs,10064-5ej4cbcbchx,10064-5e94cbc787",
"app_bundles": "com.king.candycrushsaga,com.funzilla.bullet.stack,com.ht2.stick.hero,com.popreach.dumbways,com.playrix.gardenscapes,com.pronetis.ironball2,com.playrix.township,com.ht2.stick.hero,com.MelsoftGames.FamilyIslandFarm,com.playrix.homescapes",
"has_associated_campaigns": false
}
See below for the response codes
HTTP Status Code | Response | |
---|---|---|
Success | 200 | JSON body containing details about the App List |
Error | 404, 422 | JSON body containing the error details |
Updated 7 months ago