Postman Echo
Number of APIs: 35
Qodex Echo is service you can use to test your REST clients and make sample API calls. It provides endpoints for GET, POST, PUT, various auth mechanisms and other utility endpoints.
The documentation for the endpoints as well as example responses can be found at https://Qodex-echo.com
-
Authentication Methods - Hawk Auth GET https://postman-echo.com/auth/hawk
-
Cookie Manipulation - Delete Cookies GET https://postman-echo.com/cookies/delete?foo1&foo2
-
Utilities / Date and Time - Format timestamp GET https://postman-echo.com/time/format?timestamp=2016-10-10&format=mm
-
Request Methods - GET Request GET https://postman-echo.com/get
-
Utilities / Date and Time - Current UTC time GET https://postman-echo.com/time/now
-
Utilities / Date and Time - Before comparisons GET https://postman-echo.com/time/before?timestamp=2016-10-10&target=2017-10-10
-
Utilities - Deflate Compressed Response GET https://postman-echo.com/deflate
-
Request Methods - POST Form Data POST https://postman-echo.com/post
-
Request Methods - PUT Request PUT https://postman-echo.com/put
-
Request Methods - PATCH Request PATCH https://postman-echo.com/patch