restku

noun · /rest.kuː/ · a sample, mock, RESTful web service used for development, QA and support purposes.

POST requests
POST requests, may also include non-security headers
+ POST Header + Body
+ POST Header + JSON Body
+ POST JSON Body
+ POST JSON Body (2 vars)
+ POST JSON Body (2 vars + hierarch)
+ POST Header + JSON Body (2 vars + hierarch)
+ POST Nested JSON Body (Duplicate Key Name)
+ POST JSON (Dynamic) Body
Paging
various paging requests
+ display all records
+ 10 records per page
+ Paging Body
Web Service Expirations
various token expiration time periods
+ 1 hour token expiration
+ 1 minute token expiration
Web Service Delays and Rate Limits
Returns various timing delays and rate limits
+ 5 second delay
+ 60 second delay
+ 1 req/5 sec rate limit
Web Service Errors
Returns various errors
+ 404 & 500 errors
Web Service with Special Characters in URL
RESTful web service with special characters in the url
+ dollar sign
+ single quote
+ double quote
Web Service Security
Different web service authentication methods
+ no authentication
+ custom header key
+ basic authentication
+ bearer authorization key
+ cookie token
+ bearer authorization token
+ custom header token
+ URL key
+ bearer authorization hybrid token