Skip to main content
PUT
/
v1
/
profile
/
settings
{
  "language": "en",
  "timezone": "Europe/Zurich",
  "notifications_enabled": true,
  "two_factor_enabled": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
language
enum<string>
Available options:
en,
de,
fr,
it
timezone
string
notifications_enabled
boolean
two_factor_enabled
boolean

Response

200 - application/json

Profile settings updated successfully

language
enum<string>

Preferred language

Available options:
en,
de,
fr,
it
timezone
string

User timezone

Example:

"Europe/Zurich"

notifications_enabled
boolean

Whether notifications are enabled

two_factor_enabled
boolean

Whether 2FA is enabled