Hikka Docs Hikka Docs
EndpointsUser

Profile Ui

GET
/user/me/ui

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/user/me/ui"
{
  "preferences": {
    "effects": [
      "snowfall"
    ],
    "title_language": "string",
    "name_language": "string",
    "overlay": true
  },
  "styles": {
    "dark": {
      "colors": {
        "background": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "primary": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "primary_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "primary_border": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "secondary": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "secondary_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "muted": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "muted_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "accent_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "border": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "ring": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "popover": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "popover_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_background": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_primary": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_primary_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_accent": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_accent_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_border": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_ring": {
          "h": 360,
          "s": 100,
          "l": 100
        }
      },
      "body": {
        "background_image": "string"
      }
    },
    "light": {
      "colors": {
        "background": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "primary": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "primary_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "primary_border": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "secondary": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "secondary_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "muted": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "muted_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "accent_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "border": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "ring": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "popover": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "popover_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_background": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_primary": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_primary_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_accent": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_accent_foreground": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_border": {
          "h": 360,
          "s": 100,
          "l": 100
        },
        "sidebar_ring": {
          "h": 360,
          "s": 100,
          "l": 100
        }
      },
      "body": {
        "background_image": "string"
      }
    },
    "radius": "string",
    "typography": {
      "h1": "string",
      "h2": "string",
      "h3": "string",
      "h4": "string",
      "h5": "string",
      "p": "string"
    }
  }
}
{
  "message": "Example error message",
  "code": "example_error"
}