Health

Check API health

Returns the API health status. No authentication required. Call this to verify the Sotion API is operational before making authenticated requests. Returns {"status": "ok"} when the service is healthy.

GET /health

Check API health

curl --request GET \
  --url 'https://api.sotion.so/api/v1/health'
{
  "status": "ok"
}

Service is healthy.

Response

application/json
  • status string enum enum

    Allowed values: ok.