REDIRECTS

[ A P I ]




Date: 2018.11.20        Author: Adrian

Search index: (title and article description search)

No record was found!

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.








Loading data

Loading WordBricks ...

| 1.1.1. Link Redirects API| 2.1.1. Create short link| 2.1.2. Read short links list| 2.1.3. GET one link information| 2.1.4. Update link| 2.1.5. Delete link| 2.1.6. Valid links| 2.2.1. Check logfile| Read logfile information| 2.2.3. Log database|