Path parameters
-
The short URL name
GET /api/{url}
curl \
-X GET https://sh0rt.zip/api/bundbot
Response examples (200)
{
"url": "https://github.com/DEVTomatoCake/Bundbot"
}
The short URL name
curl \
-X GET https://sh0rt.zip/api/bundbot
{
"url": "https://github.com/DEVTomatoCake/Bundbot"
}