api_endpoint_tester
Test multiple API endpoints by sending requests and verifying responses. Supports various HTTP methods, custom headers, and authentication tokens.
Instructions
Test multiple API endpoints and verify responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Base URL of the API (e.g., http://localhost:5000/api) | |
| endpoints | Yes | List of endpoints to test | |
| authToken | No | Optional auth token to include in all requests |