Skip to main content
GET
Retrieve a landing page

Authorizations

Authorization
string
header
required

API key issued in the dashboard. Server-side only: never ship it to a browser, and never pass it as a query parameter.

Path Parameters

id
string
required
Example:

"lnd_5aec1b2c3d4e5f6a7b8c9d0e1f2a3b4c"

Response

id
string
required
Example:

"lnd_5aec1b2c3d4e5f6a7b8c9d0e1f2a3b4c"

object
enum<string>
required
Available options:
landing
title
string
required
Example:

"Kate"

slug
string | null
required

Null when the link occupies the root of a custom domain.

Example:

"kate"

url
string | null
required

Public address, assembled from the domain and the slug. Null only if the link lost its domain.

Example:

"https://teasy.link/kate"

is_active
boolean
required
Example:

true

note
string | null
required

Private note, never shown to visitors.

group_id
string | null
required
Example:

"grp_1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d"

domain
string | null
required

Hostname as a plain string — the same value is passed when creating a link.

Example:

"teasy.link"

created_at
string<date-time>
required
Example:

"2026-08-21T10:00:00Z"

updated_at
string<date-time>
required
Example:

"2026-08-21T10:00:00Z"

bio
string | null
required
location
string | null
required
Example:

"Berlin"

avatar_url
string<uri> | null
required
banner_image_url
string<uri> | null
required

Banner behind the profile header.

background_video_url
string<uri> | null
required
antibot_enabled
boolean
required
Example:

false

direct_button_enabled
boolean
required
Example:

false

direct_button_text
string | null
required
direct_button_url
string<uri> | null
required
widgets
object[]
required
socials
object[]
required
pixels
object[]
required
geo_blocklists
object
required
tease_chat
object | null
required

Null when the chat was never configured, was reset, or your plan does not include it.