v1
latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KBTest API Tool connectivity and validate configuration.
Validates API connectivity with retry logic and streams real-time test results via Server-Sent Events.
post/v1/voice-agents/web-tool/test-api-tool
Request body
Example request
{
"projectId": "d949f13f-40d2-4e48-ac86-b66633070603",
"apiKey": "d949f13f-40d2-4e48-ac86-b66633070603",
"userId": "d949f13f-40d2-4e48-ac86-b66633070603",
"serverUrl": "https://api.example.com/endpoint",
"method": "POST",
"authPrefix": "Bearer",
"authToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"timeout": 5,
"httpHeaders": {
"Content-Type": "application/json",
"X-Custom-Header": "value"
},
"queryParams": {
"filter": "active",
"limit": "10"
}
}Response
Server-Sent Events stream with test results