www.postman.com
Open in
urlscan Pro
2606:4700:7::a29f:8235
Public Scan
Submitted URL: https://echo.mn-service.ir/
Effective URL: https://www.postman.com/postman/workspace/published-postman-templates/documentation/631643-f695cab7-6878-eb55-7943-ad88e...
Submission: On February 06 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://www.postman.com/postman/workspace/published-postman-templates/documentation/631643-f695cab7-6878-eb55-7943-ad88e...
Submission: On February 06 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Product Pricing Enterprise Resources and Support Explore Search Postman Sign InSign Up for Free +4 * 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 GraphQL Echo HealthCheck Slackbot Historical Air Quality Data AQS API Postman Echo Postman Echo Fork 7.38k View Collection Publish Version 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 GETGET 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 (9) View More 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" } Content-Encoding gzip Content-Type application/json; charset=utf-8 Date Tue, 11 Jun 2019 10:43:13 GMT ETag W/"161-aLhNcsGArlgLSKbxPqfBW3viHPI" Server nginx set-cookie sails.sid=s%3AGz-wblZgXE8FCDq7aJpx_tUgZUcG3Nsw.LdNEN8L0C7nGWkvGLwvdw6R2s6Syjr%2FzkvyevA8qR0c; Path=/; HttpOnly Vary Accept-Encoding Content-Length 249 Connection keep-alive JUMP TO Introduction Request Methods Headers Authentication Methods Cookie Manipulation Utilities Utilities / Date and Time Auth: Digest Online Console Trash Runner Auto-select agent © 2023 Postman, Inc. · Privacy · Terms Cookies * Body * Headers (9)