Dashboard
Get hourly trend analytics
Returns hourly "Average order value" and "Fast track counts".
get/dashboard/hourly-trends
Query parameters
startDatestring
Example:2026-01-01
Start date for filtering (ISO 8601 format)
endDatestring
Example:2026-01-13
End date for filtering (ISO 8601 format)
utmSourcestring
Example:google
Optional UTM source filter (exact match after TRIM). Use "notSet" for orders with no UTM source (NULL, empty, or whitespace).
Response
Hourly trends retrieved successfully
Example response
{
"data": [
{
"slotStart": "2026-01-13T00:00:00.000Z",
"avgOrderValue": 45.5,
"fastTrackCount": 12
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.