quecto

Unshorten a URL

Get a original link from a short code

GET
/{short_code}
/{short_code}

Path Parameters

short_code
Required
string

Shortened link short code

Header Parameters

Authorizationstring

Password followed by "Basic" and your password in base64

curl -X GET "https://s.oriondev.fr/api/string" \
  -H "Authorization: Basic cGFzc3dvcmQ="

Short code found

{
  "status": 200,
  "message": "Short code found",
  "data": {
    "short_code": "19449fa041f6480",
    "link": "https://google.com",
    "expiration": 0,
    "created_at": "2025-01-09 07:31:49"
  }
}