get deprecatedhttps://{account}.piwik.pro/api/apps/v2//permissions
Get app permissions
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Bad Request
404Not Found
Get app permissions
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Bad Request
404Not Found
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/apps/v2/app_id/permissions?limit=10000&offset=0' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
15{
"meta": {
"total": 1
},
"data": {
"type": "ppms/app_permissions_for_user",
"id": "985ed9d7-b652-47b8-b9cf-c17d62735261",
"attributes": {
"displayName": "email@adress.com",
"access": [
"view"
]
}
}
}