api_endpoint_tester
Test and validate multiple API endpoints by specifying base URLs, paths, methods, headers, and request data. Simplify API response verification for debugging and integration workflows.
Instructions
Test multiple API endpoints and verify responses
Input Schema
Name | Required | Description | Default |
---|---|---|---|
authToken | No | Optional auth token to include in all requests | |
endpoints | Yes | List of endpoints to test | |
url | Yes | Base URL of the API (e.g., http://localhost:5000/api) |