cURL
curl --request GET \ --url http://localhost:3000/api/v1/user/settings \ --cookie nut-session=
{ "success": true, "data": { "settings": { "theme": "light", "editorFontSize": 123, "terminalFontSize": 123, "autoSave": true, "notifications": { "enabled": true, "sound": true } } } }
Retrieve user settings
Session cookie authentication
User settings
Show child attributes
light
dark
system