---
title: "Get Most Active Brands"
method: GET
path: "/apps/most-active"
tags: ["apps"]
---

# Get Most Active Brands

`GET /apps/most-active`

This endpoint returns a ranked list of brands (mapped from app names) that sent
the highest number of notifications within the specified time range.
It is useful for identifying dominant players and notification volume leaders
in a given genre or across the entire dataset.

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `genre` string

## Headers

- `X-API-Key` string, required

## Response `200`

A list of the most active brands by notification volume.

---

[API](https://skmtc.dev/empushy/apis/notiflow-api.md) · [All operations](https://skmtc.dev/empushy/apis/notiflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/empushy/notiflow-api/revisions/09c0a68f9a58/schema)
