call_api
Execute API calls with configured authentication. Specify API endpoints and parameters to make requests through the JitAPI server.
Instructions
Execute an API call. Make sure authentication is configured first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes | The API identifier | |
| endpoint_id | Yes | The endpoint to call (e.g., 'GET /users/{id}') | |
| path_params | No | Path parameter values | |
| query_params | No | Query parameter values | |
| body | No | Request body for POST/PUT/PATCH |