An endpoint is a single API call that you want to test.Documentation Index
Fetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuring an Endpoint
- In your project, go to the Endpoints tab.
- Click Add Endpoint.
- Choose the Plugin Type (e.g., HTTP, gRPC, JavaScript).
- Enter the Name and URL.
- Configure Headers and Body (if required by the plugin).
- Click Save.
Using Environment Variables
You can use variables from your environment in the URL or body using the{{variable_name}} syntax.
Example: {{BASE_URL}}/api/v1/users