URL Shortner
API URL: https://v-it.in/api/vitin/shorturl
Input Parameters: JSON
{
"url" : "Source URL Here" ,
"token" : "API Token Here" ,
"sender_id" : "Your Sender ID Here (Optional and only required for Distributed ledger technology (DLT))"
"Sample" : "http://v-it.in/VAUCH1/DynamicCode in which VAUCH1 is the Header so you just need to whitelist http://v-it.in/VAUCH1/"
}
Output Parameters: JSON
{
"shorturl" : "Short URL will be returned here" ,
"error" : "Error if any"
}