Health check

GET /api/status

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

  • The Logto core service is healthy.

GET /api/status
curl \
 -X GET https://[tenant_id].logto.app/api/status