BackendsTest
Check a Typesense backend connection
Request Body
application/json
base_url*string
Root Typesense node URL, for example https://typesense.example.com:8108
api_key*string
timeout_ms?|
Format
int32Response Body
application/json
curl -X POST "https://athena-cluster.com/typesense/backends/test" \ -H "Content-Type: application/json" \ -d '{ "base_url": "string", "api_key": "string" }'Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}