Get URL
https://zws.im/api/getURL/:short
This endpoint redirects you to the long URL corresponding to a short ID.
Path Parameters
Short ID of the URL to redirect to.
Redirects you to the long URL corresponding to the provided short ID.
The short ID wasn't specified or wasn't a string type.
{
"error": "You must specify a short ID"
}
{
"error": "Short ID must be string type"
}
The requested short ID couldn't be found.