Postman Echo
Number of APIs: 36
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
-
Utilities / Date and Time - Format timestamp GET https://postman-echo.com/time/format?timestamp=2016-10-10&format=mm
-
Headers - Request Headers GET https://postman-echo.com/headers
-
Utilities / Date and Time - Start of time GET https://postman-echo.com/time/start?timestamp=2016-10-10&unit=month
-
Utilities - Deflate Compressed Response GET https://postman-echo.com/deflate
-
Cookie Manipulation - Delete Cookies GET https://postman-echo.com/cookies/delete?foo1&foo2
-
Utilities / Date and Time - Between timestamps GET https://postman-echo.com/time/between?timestamp=2016-10-10&start=2017-10-10&end=2019-10-10
-
Request Methods - DELETE Request DELETE https://postman-echo.com/delete
-
Utilities / Date and Time - Time addition GET https://postman-echo.com/time/add?timestamp=2016-10-10&years=100
-
Cookie Manipulation - Get Cookies GET https://postman-echo.com/cookies
-
Request Methods - GET Request GET https://postman-echo.com/get?foo1=bar1&foo2=bar2