GET
/plugin/settings
curl \
--request GET 'http://localhost:1888/v2/api/plugin/settings'
Response examples (200)
{
"AccessControlHeaderEnabled": true,
"ShouldCreateThumbnails": true
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}