get https://{account}.piwik.pro/api/cdp/log/v1/app//activation//stats
Returns activation statistics for the last 30 days.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns activation statistics for the last 30 days.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/cdp/log/v1/app/app_id/activation/activation_id/stats?timezone=UTC' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
14{
"total": {
"success": 3109,
"error": 247,
"on_hold": 0
},
"time_series": [
{
"time": "2023-05-26T16:58:12Z",
"success": 124,
"error": 7
}
]
}