v1
latestSwagger 2.02026-07-1420021.4 KBcontent
Get Notification Length Distribution
This endpoint calculates the length of each notification’s text content and groups it into predefined length ranges: "0-49", "50-99", "100-149", and "150+" characters. It returns the count of notifications falling into each range. Useful for analyzing copy density, message brevity, and notification formatting strategies.
get/content/notification-length
Query parameters
start_datestring date
Start date in YYYY-MM-DD format (default is 30 days ago).
end_datestring date
End date in YYYY-MM-DD format (default is today).
brandstring
Filter by brand (maps to appName in the database).
genrestring
Filter by app genre (e.g. Retail, Finance, Entertainment).
Headers
X-API-Keystring required
API key used for authenticating the request.
Response
A list of length ranges and their notification counts.