Update Short URL
This API allows you to update a short link by providing the domain, slug, and new information.
PUT
/
api
/v1
/shorten
Request Body
application/json
Requiredrequest
domain
Requiredstring
domain is the domain name
Maximum length:
255
slug
Requiredstring
slug is the short URL slug
Maximum length:
255
target_url
Requiredstring
target_url is the original URL
Maximum length:
65535
title
Requiredstring
title is the title of the short URL
Maximum length:
255
Header Parameters
Authorization
Requiredstring
API key
OK