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
      • Pages
        • List all pages
        • Create a new page
        • Edit an existing page
        • Reorder pages
        • Delete a page
      • Blocks
        • Icons
          • Add an icon to a BLOCK_ICONS block
          • Edit an icon in a BLOCK_ICONS block
          • Search available icons
          • Delete an icon from a BLOCK_ICONS block
          • Sort icons within a BLOCK_ICONS block
          • List icons in an Icons block
        • Forms
          • List available forms
        • List blocks in a page
        • List supported block types
        • Add a block to a page
        • Delete a block from a page
        • Reorder blocks in a page
    • Schemas
      • Lnk
      • SuccessResponse
      • PageSummary
      • StyleData
      • BlockSummary
      • Font
      • FormSummary
      • ThemeSummary
      • BlockType
      • IconSummary

    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