SNA

Health check

Verify the SNA server is running.

GET
/health

Response Body

application/json

curl -X GET "https://example.com/health"
{
  "ok": true,
  "name": "sna",
  "version": "string"
}