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