curl --request POST \
--url https://api.boostgpt.co/v1/bot/tool/{id}/test \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"tools_count": 123
}Test connection to a tool server
curl --request POST \
--url https://api.boostgpt.co/v1/bot/tool/{id}/test \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"tools_count": 123
}Enter your API key
Tool ID
Was this page helpful?