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
      • 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
        • 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

    BlockType

    {
        "type": "BLOCK_TITLE",
        "name": "Title",
        "data_required": true,
        "data_example": "{\"text\": \"Your heading text\"}",
        "note": "Use GET /forms to retrieve available form IDs."
    }
    Built with