Skip to main content
GET
/
{shortcode}
Redirects to the target url
curl --request GET \
  --url https://s.jqshuv.com/{shortcode}
{
  "status": "<string>",
  "message": "<string>",
  "location": "<string>"
}

Path Parameters

shortcode
string
required

Response

302 - application/json

The requested resource resides temporarily at a different URI, as indicated by the Location header in the response.

status
string
required
message
string
required
location
string
required