Expand URL.
POST/operator/urlexpander
Converts a shortened URL from any URL shortener to its expanded form.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
urlstringrequired
The URL.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
unshortenedUrlstringrequired
The expanded URL.
{
"unshortenedUrl": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}