---
title: "Get Behavioral Trigger Distribution"
method: GET
path: "/content/behavioral-triggers"
tags: ["content"]
---

# Get Behavioral Trigger Distribution

`GET /content/behavioral-triggers`

This endpoint analyzes the first value in the `behavioral_triggers` array of each notification
and returns a count of how often each trigger (e.g. "FOMO", "Urgency", "Reward", "Curiosity") appears.
Only documents with a valid value (not "None") are included.
Useful for identifying behavioral nudges used by brands in their push notifications.

## Query parameters

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

## Headers

- `X-API-Key` string, required

## Response `200`

A list of behavioral triggers and their usage counts.

---

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