Skip to main content
GET
/
v1
/
profile
/
preferences
{
  "theme": "dark",
  "date_format": "DD.MM.YYYY",
  "currency_display": "code",
  "number_format": "swiss"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Profile preferences retrieved successfully

theme
enum<string>

UI theme preference

Available options:
light,
dark,
system
date_format
string

Preferred date format

currency_display
enum<string>

How to display currencies

Available options:
code,
symbol
number_format
enum<string>

Number formatting preference

Available options:
swiss,
international