Links
Create a new short link
POST /url-shortify/v1/links
Create a short link
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
url
string
Target URL
Response
{
"success": true,
"data": {
"short_url": "https://example.com/go/KoS"
}
}{
"error": "Invalid request"
}Get All Links
GET /url-shortify/v1/links
<Get all links>
Response
Last updated