GET
/
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.

Response

200 - application/json

Profile settings retrieved successfully

The response is of type object.