GET /platform/configuration/store
curl \
-X GET https://{{hostname}}/api/v1/platform/configuration/store
Response examples (200)
{
"values": [
{
"name": "string",
"value": "string",
"changed": true
}
]
}