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

The response is of type object.