Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

short_url
string
required

The short URL identifier of the link to update (e.g. klipl.ink/your-link).

Body

application/json
destination_url
string

The new destination URL for the short link.

Example:

"https://www.example.com/new-destination"

title
string

The new title for the short link.

Example:

"Updated KlipLink API Guide"

Response

Link updated successfully

success
boolean
Example:

true

short_url
string
Example:

"https://klipl.ink/your-link"

destination_url
string
Example:

"https://example.com/"

clicks
integer
Example:

255

created_at
string<date-time>
Example:

"2025-11-06T14:30:00.000Z"

title
string
Example:

"Example Link"