v1
latestOpenAPI 3.1.02026-07-24450694.7 KBTracked applications - Update
Update applications that you're tracking by changing the app id, country, language and device
put/user/tracked_applications
Query parameters
idstring required
The id of the tracked application entry to be updated.<br/>The id can be found using the <a target="_blank" href="https://developers.apptweak.com/reference/tracked-applications-list">list endpoint<a/>
Request body
Response
200
Example response
{
"result": {
"id": "1109fe6f-f828-44d0-bfe5-788fa014ff9a",
"application_id": "com.king.candycrushsaga",
"country": "be",
"language": "fr",
"device": "android",
"created_at": "2024-09-09T11:07:17.208Z"
},
"metadata": {
"request": {
"path": "/api/public/apptweak/user/tracked_applications",
"params": {
"id": "1109fe6f-f828-44d0-bfe5-788fa014ff9a"
},
"cost": 1,
"max_credit_cost": 1,
"status": 200,
"body": {
"country": "be",
"language": "fr"
}
}
}
}