Skip to content

Get the stored theme preference.

GET
/api/dashboard/theme
curl --request GET \
--url https://api.tradr.cloud/api/dashboard/theme

Authed. Answered with Cache-Control: no-store.

The theme.

Media typeapplication/json
object
theme
string
Allowed values: light dark system
Example
{
"theme": "light"
}