get https://{account}.piwik.pro/api/meta-sites/v1
Lists meta sites
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Lists meta sites
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/meta-sites/v1?limit=10&offset=0&sort=name' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
16{
"meta": {
"total": 1
},
"data": [
{
"id": "6edb1e3c-4c43-4760-ab76-682ad83146be",
"type": "ppms/meta-site",
"attributes": {
"name": "All apps",
"created_at": "2025-03-27T06:43:27.633Z",
"updated_at": "2025-03-27T06:43:27.633Z"
}
}
]
}