Test Connection
Test ShareFile API connection and verify credentials
Examples
MCP Tool Call
{
"name": "sharefile_testConnection",
"arguments": {}
}REST API
curl -X POST https://api.syncello.io/v1/tools/sharefile/testConnection \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'