Back to catalog

Endpoint

Postman Echo — GET mirror

Useful to verify proxy query forwarding.

Reflects query args

Dev utilitiesNo API keyDefault GET

HTTP console

Example URL
https://postman-echo.com/get?foo=bar&source=ghostapi
Request

Use HTTPS GET unless the provider documents POST. Example: GET /get?…

GET /get?…
Response

{ args, headers, url }

{"args":{"foo":"bar","source":"ghostapi"}}
Outbound requestProxy

Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).

Upstream response

Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.