Get shortened URL.
POST/generate/shortenedurl/get
Get shortened URL.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
identifierstringrequired
The shortened URL identifier that was returned by /add
.
Example:
to4w5vyb
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
destinationstringrequired
The destination URL.
Example:
https://0codekit.com
{
"destination": "https://0codekit.com"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}