Web Service Security
Different web service authentication methods
+URL key
Branches
+ no authentication |
+ custom header key |
+ basic authentication |
+ bearer authorization key |
+ cookie token |
+ bearer authorization token |
+ custom header token |
+URL key |
+ bearer authorization hybrid token |
Resource Information
Service ID | 17 |
Type | GET |
Response format | JSON |
Response from | url |
Records | 100 |
Paging | None |
Errors | None |
Delay (sec.) | None |
Rate Limit | None |
Security | |
Token Name | API-KEY |
Token Value | R92YuE8hba6laXn2RcXDANVusKHnXOJez |
Parameters
Name | Example |
---|---|
kuid | 1 |
API-KEY | R92YuE8hba6laXn2RcXDANVusKHnXOJez |
Example Request
Type | URL |
---|---|
Path (http) | http://api.restku.com/service/17/kuid/1/API-KEY/R92YuE8hba6laXn2RcXDANVusKHnXOJez |
Path (https) | https://api.restku.com/service/17/kuid/1/API-KEY/R92YuE8hba6laXn2RcXDANVusKHnXOJez |
Query string (http) | http://api.restku.com/service/17?kuid=1&API-KEY=R92YuE8hba6laXn2RcXDANVusKHnXOJez |
Query string (https) | https://api.restku.com/service/17?kuid=1&API-KEY=R92YuE8hba6laXn2RcXDANVusKHnXOJez |
Example Response
{"kuid":"1","widgetname":"widget1"}