test_api_endpoint
Test API endpoints by sending HTTP requests, capturing responses, and automatically handling auth cookies.
Instructions
Send HTTP request to an API endpoint and capture the response. Handles auth cookies automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | API endpoint URL | |
| body | No | Request body (JSON string for POST/PUT) | |
| tabId | No | Tab ID (optional) | |
| method | No | HTTP method | GET |
| headers | No | Request headers as object {"Content-Type": "application/json"} OR JSON string | |
| includeCredentials | No | Include cookies and auth in request |