Why Use Examples
- Test multiple scenarios
Save different configurations like valid inputs, edge cases, and error states, and switch between them instantly. - Collaborate with your team
Examples are shared within your workspace so others can view and use the exact configurations. - Retain request and response data
Each example stores both the request and its response, making it easy to revisit past executions.
Save a request & responses as an example
You can create an example from any HTTP or GraphQL request that has been sent at least once.Save as example
Click the Save dropdown in the request view and select Save as Example.
This stores the current configuration including URL, method, headers, parameters, and body.
This stores the current configuration including URL, method, headers, parameters, and body.

Manage examples in the sidebar
Examples appear as collapsible children under their parent request in the sidebar. Click the expand arrow next to any request to reveal its examples.Open an example
Click on an example in the sidebar to open it in a new tab. The example loads with the saved request configuration and response data..png?fit=max&auto=format&n=ngLDafOW0LQ7Vo0B&q=85&s=4c7978793af1a8864067386d9bceb178)
Rename an example
Right-click the example in the sidebar and select Rename, or double-click the example name. Type the new name and press Enter to save.
Duplicate an example
Right-click the example in the sidebar and select Duplicate. A copy of the example is created under the same parent request.
Delete an example
Right-click the example in the sidebar and select Delete. Confirm the action in the prompt that appears.
Use an example as a template
When viewing an example, click Use as Template to load its configuration into a new draft request. This lets you start a new request based on an existing example without modifying the original.
What’s next?
API Collections
Organize your requests into collections and folders
Variables
Use variables to make requests reusable across environments
Scripts & Tests
Add pre-request scripts and tests to automate your workflow


