Skip to main content
An endpoint is a single API call that you want to test.

Configuring an Endpoint

  1. In your project, go to the Endpoints tab.
  2. Click Add Endpoint.
  3. Choose the Plugin Type (e.g., HTTP, gRPC, JavaScript).
  4. Enter the Name and URL.
  5. Configure Headers and Body (if required by the plugin).
  6. 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