Links

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"
    }
}

GET /url-shortify/v1/links

<Get all links>

Response

Last updated