Read short links list
Require authorization with a webdo.com user account.
Authorization header is: Bearer <token>
Uses the same interface as https://help.webdo.com/blog/document-storage-api-651.html
var action = "getlast";
var pars = {action:action,last:500}; var req = { method: 'POST', url: 'https://keydocument.q-ube.com/shorts/readlinks', headers: {'Content-Type': "application/json; charset=utf-8", 'Authorization': "Bearer "+ $rootScope.u.hkey}, data:{params:pars} };
Add "appkey" to data if the authorization is created with an application key.
The response is JSON.
Where "i" is the link unique ID.