Resolve shortened URL.
GET/generate/shortenedurl/resolve/:id
This will redirect to the destination URL of the shortened URL. If the shortened URL is invalid, the redirect will point to a default URL.
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
object
{}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}