Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Make an out-of-band HTTP request and capture the response.
saveAs
url
string
method
headers
Record<string, string>
params
body
unknown
timeout
number
retries
skipped
boolean
- request: https://postman-echo.com/get
- request: url: https://postman-echo.com/get headers: test-header: header {{ env.TEST_VALUE }} params: test-param: param {{ env.TEST_VALUE }} saveAs: GET_REQUEST
- request: url: https://postman-echo.com/post method: POST headers: test-header: header {{ env.TEST_VALUE }} params: test-param: param {{ env.TEST_VALUE }} body: payload: "{{ env.TEST_VALUE }}" saveAs: POST_REQUEST
Was this page helpful?