Lnk.Bio
    • Getting Started
      • Introduction
      • Endpoints
      • Authorization
      • Private Apps
        • Introduction
        • Create a Private App
        • Generate an Access Token
      • Public Apps
        • Introduction
        • Create a Public App
        • Generate an Access Token
    • API Methods
      • Me
        • Retrieve basic profile info
        • Update profile picture
      • Lnks
        • Retrieve list of current Lnks
        • Create a new Lnk
        • Delete an existing Lnk
        • Edit an existing Lnk
        • Bulk reorder Lnks
      • Groups
        • Retrieve list of Lnk Groups
      • Style
        • Get current style
        • Set profile colors
        • Set profile fonts
        • Set profile wallpapers
        • Apply a free theme
        • Reset theme to defaults
        • List available fonts
        • List available free themes
    • Schemas
      • Sample Schemas
        • Pet
        • Category
        • Tag
      • Lnk
      • SuccessResponse
      • StyleData
      • Font
      • ThemeSummary

    StyleData

    {
        "colors": {
            "page_bg": "#ffffff",
            "page_title": "#221F1F",
            "page_text": "#221F1F",
            "page_icon": "#221F1F",
            "button_bg": "#FAFAFA",
            "button_text": "#221F1F",
            "button_border": "#FAFAFA",
            "button_shadow": "#EEEEEE",
            "button_icon_bg": "#221F1F",
            "button_icon_text": "#FAFAFA"
        },
        "fonts": {
            "text": "FONT_ROBOTO",
            "title": "FONT_ROBOTO",
            "headline": "FONT_ROBOTO"
        },
        "wallpapers": {
            "desktop": "https://cdn.wasabi.com/bg/12345_260407_d_567.jpg",
            "mobile": "https://cdn.wasabi.com/bg/12345_260407_m_123.jpg"
        },
        "theme_id": 0
    }
    Built with