---
title: "Tracked applications - Create"
method: POST
path: "/user/tracked_applications"
---

# Tracked applications - Create

`POST /user/tracked_applications`

Start tracking an application with the API

## Request body

- object
  - `application_id` string, required — App ID to be tracked. Only 1 app ID can be passed. <br/> <a href="https://developers.apptweak.com/reference/how-to-find-app-ids" target="_blank">How to find App IDs?</a>
  - `country` string — Two letter country code (ISO Alpha-2).<br/> <a target="_blank" href="https://developers.apptweak.com/reference/country-codes">See supported country/language combinations.<a/>
  - `language` string — Two letter language code, if not specified, the default language for the provided <b>country</b> will be used. <br/> <a target="_blank" href="https://developers.apptweak.com/reference/country-codes">See supported country/language combinations.<a/>
  - `device` 'iphone' | 'ipad' | 'android' — The device for which the application will be tracked.<br/>If not specified, the default device for the provided <b>application_id</b>'s store will be used. <br/>Available options: <b>iphone</b>, <b>ipad</b>, <b>android</b>.

## Response `200`

200

- object
  - `result` object
    - `id` string
    - `application_id` string
    - `country` string
    - `language` string
    - `device` string
    - `created_at` string
  - `metadata` object
    - `request` object
      - `path` string
      - `params` object
      - `cost` integer
      - `max_credit_cost` integer
      - `status` integer
      - `body` object
        - `application_id` string
        - `country` string
    - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
