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