v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBURL shortener
The endpoint allows to shorten URLs
post/shorten/urls
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer: {access_token}
Request body
Response
200
Example response
{
"shortenUrls": [
{
"name": "Human readable name",
"link": "string",
"trackingId": "string",
"longUrl": "string",
"expirationDate": "string",
"createdAt": "string",
"callbackUrl": "callback url",
"tags": {
"tag1": "value1",
"tag2": "value2"
}
}
]
}