get https://{account}.piwik.pro/api/cdp/log/v1/usage
Fetches activation usage statistics - the number of activations executed in this month.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Fetches activation usage statistics - the number of activations executed in this month.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/cdp/log/v1/usage \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
{
"activation_count": 42
}