Explore mode
Explore Mode allows users to efficiently browse and filter APIs from their existing inventory, and create collections based on the filtered results.
Key Features
Filtering APIs
Explore Mode provides several filtering options to help users narrow down their API search:
API list: Select from available API lists
API collection: Choose specific API collections
API endpoint: Search for particular endpoints
Method: Filter by HTTP method (GET, POST, etc.)
Path matches regex: Use regular expressions to filter API paths
Host name matches regex: Filter by host names using regex
Viewing Results
After applying filters, the interface displays:
A summary of filtered results, e.g., "Listing 200 endpoints out of total 2776 endpoints"
A table of matching API endpoints with the following information:
HTTP method
API path
Risk score
Hostname
Access Type (e.g., No access type, Private, Public)
Auth type (e.g., JWT, unauthenticated, custom_authorization_header)
Sensitive params
Source location
Last seen date
You can further categorize results using tabs:
All
New
Sensitive
High risk
No auth
Shadow
Creating Collections
Users can save their filtered results as a new collection:
Apply desired filters to narrow down the API list
Click the "Save as collection" button
In the "New collection" dialog, enter a name for the collection
Click "Create" to save the new collection
Usage Tips
Use the "Add condition" button to apply multiple filters for more precise results
The "Clear all" option allows you to reset all applied filters
Adjust filters incrementally to refine your search
Save frequently used filter combinations as collections for quick access in future sessions
Explore Mode streamlines the process of discovering and organizing APIs within your inventory, enabling more efficient API management and integration workflows.
Last updated