---
title: "Get App Metadata by Package Name"
method: GET
path: "/apps/by-package"
tags: ["apps"]
---

# Get App Metadata by Package Name

`GET /apps/by-package`

This endpoint allows you to retrieve enriched app-level data
based on a given appPackage (e.g., com.whatsapp).
Useful when you want to enrich a notification or understand
the metadata behind a specific app.

## Query parameters

- `appPackage` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Metadata fields for the specified app.

## Other responses

- `400` — Bad request – appPackage missing.
- `404` — App not found in the database.

---

[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)
