How to download requests as JSON files
- Sign in to your account and navigate to the Data Fetcher extension home screen.
- Hover your mouse over the requests you want to download and click the empty checkbox (☐) next to each one to select them.
- Once you’ve selected all desired requests, click the ⬇️ button (Download requests) that appears in the menu bar.
- In the download requests modal, click Download to save the JSON file to your computer.
Security considerations when exporting requests
Important: Be mindful about sensitive information when exporting requests. Your export may contain:- API keys and authentication tokens
- Private endpoint URLs
- Custom headers with sensitive information
- Personally identifiable information in request parameters or response JSON
- Replace sensitive values with variables before exporting, so only variable names (not actual values) are included in the export file.
- Review the JSON file before sharing it with others to ensure no confidential information is accidentally disclosed.
- If sharing exported requests with team members, use secure channels for file transfer.