Athena
BackendsTest

Check a Typesense backend connection

POST
/typesense/backends/test

Request Body

application/json

base_url*string

Root Typesense node URL, for example https://typesense.example.com:8108

api_key*string
timeout_ms?|
Formatint32

Response 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"
}