Test Response
GET https://postman-echo.com/get?foo1=bar1&foo2=bar2
The tests in this request validate that:
- the response code is 200
- the response is a JSON object
- the response has an 'arg' object
- the response has 'headers' object
- the response has a 'URL' property
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| foo1 | string | ||
| foo2 | string |