get https://{account}.piwik.pro/api/container-settings/v1/organization//settings
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/container-settings/v1/organization/organization/settings \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
86}
{
"links": {
"self": "/api/container-settings/v1/organization/test/settings?page[offset]=0&page[limit]=100",
"first": "/api/container-settings/v1/organization/test/settings?page[offset]=0&page[limit]=100",
"last": "/api/container-settings/v1/organization/test/settings?page[offset]=0&page[limit]=100",
"prev": null,
"next": null
},
"data": [
{
"id": "automatic_scroll_tracking",
"type": "container/organization/setting",
"attributes": {
"value": {
"is_enabled": true,
"thresholds": [
5,
50,
95
]
},
"is_custom": false
}
},
{