Response
application/json- status string enum enum
Allowed values: ok.
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.
/health Check API health
curl --request GET \
--url 'https://api.sotion.so/api/v1/health'{
"status": "ok"
}Service is healthy.
Allowed values: ok.