get https://{account}.piwik.pro/api/meta-sites/v1/
Gets meta site
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Gets 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 \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
16{
"data": {
"id": "6edb1e3c-4c43-4760-ab76-682ad83146be",
"type": "ppms/meta-site",
"attributes": {
"name": "All apps",
"currency": "USD",
"timezone": "Europe/Warsaw",
"e_commerce_tracking": false,
"sharepoint_integration": false,
"cnil": false,
"created_at": "2025-04-13T05:06:06.198Z",
"updated_at": "2025-04-13T05:06:06.198Z"
}
}
}