Validates API connectivity with retry logic and streams real-time test results via Server-Sent Events.
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token
UUID of the project.
"d949f13f-40d2-4e48-ac86-b66633070603"
The API endpoint URL to test. Must be a valid external URL.
"https://api.example.com/endpoint"
HTTP method to use for the API call.
GET, POST, PUT, PATCH, DELETE "POST"
API key UUID (optional).
"d949f13f-40d2-4e48-ac86-b66633070603"
UUID of the user (optional).
"d949f13f-40d2-4e48-ac86-b66633070603"
Authorization header prefix (e.g., 'Bearer', 'Basic').
"Bearer"
Authentication token to include in the request.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Request timeout in seconds (1-15 seconds).
1 <= x <= 155
Custom HTTP headers to include in the request.
{
"Content-Type": "application/json",
"X-Custom-Header": "value"
}Query parameters to append to the URL.
{ "filter": "active", "limit": "10" }Request body (max 10MB). Can be string, number, boolean, object, array, or null.
{ "name": "Test", "value": 123 }Server-Sent Events stream with test results