get https://{account}.piwik.pro/api/modules/v1
List of licensed modules with access for a current user
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List of licensed modules with access for a current user
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/modules/v1 \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
12{
"data": [
{
"id": "analytics",
"type": "ppms/module"
},
{
"id": "tag_manager",
"type": "ppms/module"
}
]
}