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

    Lnk

    {
        "link_id": 1234,
        "created_at": "2024-02-12T15:17:44+08:00",
        "title": "My Blog Post",
        "image": "https://cdn2.lnk.bi/profilepics/3159524853_20231206705.png",
        "link": "https://myblog.com/post_id",
        "position": 1,
        "meta": {
            "id": 1234,
            "timestamp": 1707722264
        }
    }
    Built with