The traditional health check API. No authentication needed.
Note
Even if 204 is returned, it does not guarantee all the APIs are working properly since they may depend on additional resources or external services.
Responses
204
The Logto core service is healthy.
GET
/api/status
curl \
--request GET 'https://[tenant_id].logto.app/api/status'