www.postman.com Open in urlscan Pro
2600:9000:206f:7200:10:d6d9:c940:93a1  Public Scan

Submitted URL: http://postman-echo.com/
Effective URL: https://www.postman.com/postman/workspace/published-postman-templates/documentation/631643-f695cab7-6878-eb55-7943-ad88e...
Submission: On September 06 via manual from NL — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

Product
Pricing
Enterprise
Resources and Support
Explore
Search Postman


Sign InSign Up for Free


 * PRODUCT

 * PRICING

 * ENTERPRISE

 * RESOURCES AND SUPPORT

 * EXPLORE

Sign InSign Up for Free
Published Postman Templates
New
Import
Collections
APIs
Environments
Mock Servers
Monitors
Flows
History
Air Quality Monitor - India


Air Quality Monitor - India #for-flows


Airtable to SurveyMonkey uploader


Amazon Book Price Tracker


Anchor tags in Postman documentation


API 101


API Learner


Audio Wisher


AWS ElastiCache Utilization Checker


AWS ElasticBeanstalk Audit


AWS IAM & Organization Audit


AWS RDS Audit


Backup Facebook Albums to Dropbox


Basics of API
firstforkcollection

Bitbucket Pipelines-Buildkite Run Status


Bitcoin Tracker ₿


Bookish Octo Fiesta


catURL


Chaos engineering


Cloudinary Usage #monitor


Cooper's Meal Plan 🐶 🐶


Cosmos


Cosmos Collection for mocking


Crypto Tracker


Databases


Dependency Updater for Bitbucket


Discourse Topic Audit


Dishwasher Duty


Echo visualizer


Eisenhower Matrix


Eribank


Extract data to chain requests


Facebook Friends Birthday Reminder


Find Fake Chrome Apps Using Postman


Fortnite & Discord Integration


Founder API Template


Generate JWT


GitHub Popular Searches


Github to JIRA


Github-Support-Issues-Alert


HealthCheck Slackbot


Historical Air Quality Data AQS API


How to use the Postman Console




Postman Echo





Postman Echo


Fork

6.01k
View Collection
Publish
Release Tag
CURRENT
Language
cURL

POSTMAN ECHO

Postman 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://postman-echo.com

REQUEST METHODS

HTTP has multiple request "verbs", such as GET, PUT, POST, DELETE,
PATCH, HEAD, etc.

An HTTP Method (verb) defines how a request should be interpreted by a server.
The endpoints in this section demonstrate various HTTP Verbs. Postman supports
all the HTTP Verbs, including some rarely used ones, such as PROPFIND, UNLINK,
etc.

For details about HTTP Verbs, refer to RFC 2616


GET
GET REQUEST

Open Request  
https://postman-echo.com/get?foo1=bar1&foo2=bar2

The HTTP GET request method is meant to retrieve data from a server. The data
is identified by a unique URI (Uniform Resource Identifier).

A GET request can pass parameters to the server using "Query String
Parameters". For example, in the following request,

> http://example.com/hi/there?hand=wave

The parameter "hand" has the value "wave".

This endpoint echoes the HTTP headers, request parameters and the complete
URI requested.

Query Params
foo1
bar1
foo2
bar2
Example
GET Request Woops
Request
cURL




curl --location --request GET 'https://postman-echo.com/get?foo1=bar1&foo2=bar2'


Response
Body
Headers
json




{
  "args": {
    "foo1": "bar1",
    "foo2": "bar2"
  },
  "headers": {
    "x-forwarded-proto": "https",
    "host": "postman-echo.com",
    "accept": "*/*",
    "accept-encoding": "gzip, deflate",
    "cache-control": "no-cache",
    "postman-token": "5c27cd7d-6b16-4e5a-a0ef-191c9a3a275f",
    "user-agent": "PostmanRuntime/7.6.1",
    "x-forwarded-port": "443"
  },
  "url": "https://postman-echo.com/get?foo1=bar1&foo2=bar2"
}









































JUMP TO
Introduction
Request Methods



Headers



Authentication Methods



Cookie Manipulation



Utilities



Utilities / Date and Time



Auth: Digest


Online
Console

Trash
Runner
Auto-select agent
Bootcamp
© 2022 Postman, Inc. - Privacy Policy - Terms
Cookies