Back to catalog

Postman Echo

Free

Test api server to receive and return value from HTTP method

Data ValidationHTTPSNo API key required
Postman Echo
{
  "args": {},
  "headers": {
    "host": "postman-echo.com",
    "accept": "*/*",
    "user-agent": "curl/7.88.1",
    "x-forwarded-port": "443",
    "x-forwarded-proto": "https"
  },
  "url": "https://postman-echo.com/get"
}

Sample Response

response.json
1{
2 "args": {},
3 "headers": {
4 "host": "postman-echo.com",
5 "accept": "*/*",
6 "user-agent": "curl/7.88.1",
7 "x-forwarded-port": "443",
8 "x-forwarded-proto": "https"
9 },
10 "url": "https://postman-echo.com/get"
11}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.postman-echo.com"
View Documentation

Similar APIs