Skip to main content
PATCH
Update a redirect

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:

"rdr_9f2c5a4b7d4c31a2f86e0d91b3c7aa10"

Body

application/json
name
string
Required string length: 1 - 100
Example:

"Promo"

target_url
string
Maximum string length: 2048
Example:

"https://onlyfans.com/kate"

slug
string | null

Null moves the link to the root of its custom domain.

Example:

"promo"

note
string | null

Null clears the note.

Maximum string length: 256
domain
string | null

Null moves the link back to the system domain.

Example:

"teasy.link"

group_id
string | null

Null removes the link from its group.

is_active
boolean
antibot_enabled
boolean
geo_blocklists
object | null

Null clears all country blocks.

Response

id
string
required
Example:

"rdr_9f2c5a4b7d4c31a2f86e0d91b3c7aa10"

object
enum<string>
required
Available options:
redirect
name
string
required
Example:

"Promo"

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/promo"

target_url
string
required
Example:

"https://onlyfans.com/kate"

slug
string | null
required

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

Example:

"promo"

is_active
boolean
required

Inactive links stop resolving but keep their statistics.

Example:

true

note
string | null
required

Private note, never shown to visitors.

Example:

"Autumn mailing"

antibot_enabled
boolean
required
Example:

false

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"

pixels
object[]
required
geo_blocklists
object
required