Status and body
Review the HTTP status, response size, and formatted or raw body.
API Client
The Unfour API Client lets you build, send, save, and inspect HTTP requests inside the active workspace, with shared variables, request scripts, history, and OpenAPI collection exchange.
A collection is the top-level group for saved API requests. Folders organize requests inside a collection; folders can be nested. A saved request belongs to one collection and may belong to a folder.
Variables are owned by the workspace. Workspace-global variables provide defaults; the active environment overlays values for a specific target. API requests consume the resolved result.
{{base_url}}/v1/users/{{user_id}} Review the HTTP status, response size, and formatted or raw body.
Inspect returned headers and parsed cookies in separate tabs.
Review total duration and the resolved request snapshot that was sent.
Open a redacted request/response history entry and reuse it in a request tab.
Saved requests can run bounded JavaScript before a request and after a response. The scripting surface is intentionally limited and is not a claim of complete Postman scripting API compatibility.
Import an OpenAPI 3.x document in JSON or YAML to create a collection. Export a collection as OpenAPI 3.1 JSON or YAML.