Redirects to the target url

GET /{shortcode}

Path parameters

  • shortcode string Required

Responses

  • 302 application/json

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

    Hide response attributes Show response attributes object
    • status string Required
    • message string Required
    • location string Required
GET /{shortcode}
curl \
 --request GET 'https://s.jqshuv.com/{shortcode}'
Response examples (302)
{
  "status": "string",
  "message": "string",
  "location": "string"
}