get https://{account}.piwik.pro/api/modules/v1/
Returns module if it is licensed and user has access to it
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns module if it is licensed and user has access to it
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/modules/v1/analytics \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
{
"data": {
"id": "analytics",
"type": "ppms/module"
}
}