Logo
22ndjan API Documentation

Call Qodex Echo

GET https://postman-echo.com/get

Qodex Echo is a 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.

Read more here.

This request reads environment variables (if provided) and sets those (or the defaults) to determine the execution flow (branching) of the collection.

It also bootstraps some helper functions which will we be used by the requests to post results to Slack if a slack_incoming_webhook is specified in an environment variable during the initialization of this run.

Slack is a team communication platform. A slack incoming webhook allows different services to post messages to different users or slack channels in your team. It can easily be configured by following this guide.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://postman-echo.com/get'

ENDPOINTS