v1
latestOpenAPI 3.1.02026-07-24450694.7 KBIn-App Events Metadata
Returns the event metadata of a given list of event IDs
get/in_app_events/metadata
Query parameters
event_idsstring required
Comma separated list of event ids.
device'iphone' | 'android'
The device you want to fetch the event metadata for: iphone or android
countrystring
Two letter <a href="https://apptweak.readme.io/reference/country-codes">country code</a>. <br/><b>Default:</b> us
languagestring
Two letter <a href="https://developers.apptweak.com/reference/languages" target="_blank">language code</a>. <br/><b>Default:</b> AppTweak <a href="https://developers.apptweak.com/reference/languages-overview#default-language" target="_blank">default language</a> of the country.
Response
200
Example response
{
"result": {
"6479404829": {
"last_seen": "2024-04-18T11:09:09.120+00:00",
"title": "Join the Road to Records 5k",
"subtitle": "Start your running journey with a 5K virtual race",
"description": "Your first race or your fastest - April 27 is the day to break your own record.",
"artwork_url": "https://is1-ssl.mzstatic.com/image/thumb/mTP_tGrRoPctKgx52PVXwQ/1920x1080bb.jpg",
"event_start_date": "2024-03-26T23:00:00.000+00:00",
"event_end_date": "2024-04-26T22:00:00.000+00:00",
"promotion_start_date": "2024-03-26T23:00:00.000+00:00"
}
},
"metadata": {
"request": {
"path": "/api/public/store/in_app_events/metadata",
"params": {
"device": "iphone",
"country": "us",
"language": "us",
"event_ids": [
"6479404829"
]
},
"cost": 11,
"max_credit_cost": 11,
"status": 200
}
}
}