get https://{account}.piwik.pro/api/meta-sites/v1//apps
Lists apps that belong to given meta site
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Lists apps that belong to given meta site
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/meta-sites/v1/meta_site_id/apps?limit=10&offset=0&sort=name' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
17{
"meta": {
"total": 1
},
"data": [
{
"type": "ppms/app",
"id": "6edb1e3c-4c43-4760-ab76-682ad83146be",
"attributes": {
"name": "Example app",
"timezone": "Europe/Warsaw",
"currency": "USD",
"cnil": false
}
}
]
}