Skip to main content

Get user settings

GET 

/v1/settings/overall

Get user settings

This endpoint retrieves a user's overall settings including currency preference, language setting, balance visibility option, and configured two-factor authentication methods. It requires a valid user ID and returns a JSON object containing these details if successful, or an internal server error message on failure.

Responses

User settings found

Schema
    currency stringnullable
    hideBalances booleanrequired
    language stringnullable
    twoFactorAuthentications object[]required
  • Array [
  • createdAt date-timerequired
    id uuidrequired
    name stringnullable
    twoFaTypeId int32required
    verified booleannullable
  • ]
Loading...