api_request
Send a single HTTP request to a web API and receive status, headers, and body for one-off exploration.
Instructions
Send a single HTTP request to a web API (relative URLs resolve against the baseUrl set by api_set_env) and return status, headers and body. Use this for one-off exploration; use api_assert when you also want pass/fail checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| query | No | ||
| method | Yes | ||
| headers | No | ||
| timeout | No |