---
title: "In-App Events List"
method: GET
path: "/apps/events"
---

# In-App Events List

`GET /apps/events`

Returns all the In-App events or Promotional Content of an app on the selected date range.

## Query parameters

- `apps` string, required
- `country` string
- `language` string
- `device` 'iphone' | 'android'
- `start_date` string, date
- `end_date` string, date

## Response `200`

200

- union
  - object
    - `result` object
      - `545519333` object
        - `events` object[]
          - `event_id` integer
          - `last_seen` string
          - `title` string
          - `subtitle` string
          - `description` string
          - `artwork_url` string
          - `event_start_date` string
          - `event_end_date` string
          - `promotion_start_date` string
          - `event_start_time` string
          - `event_end_time` string
          - `promotion_start_time` string
          - `requirement` unknown
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `start_date` string
          - `end_date` string
          - `apps` string[]
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown
  - object
    - `result` object
      - `com.supercell.squad` object
        - `events` object[]
          - `artwork_url` string
          - `description` string
          - `event` string
          - `event_end_date` string
          - `event_end_time` string
          - `event_id` integer
          - `event_start_date` string
          - `event_start_time` string
          - `last_seen` string
          - `subtitle` unknown
          - `title` string
          - `video_link` unknown
    - `metadata` object
      - `request` object
        - `cost` integer
        - `max_credit_cost` integer
        - `params` object
          - `apps` string[]
          - `country` string
          - `device` string
          - `end_date` string
          - `language` string
          - `start_date` string
        - `path` string
        - `status` integer
      - `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)
