Aller au contenu

Health check

GET
/health
curl --request GET \
--url https://auth.timetonic.com/api/health

Check service availability

Service is healthy

Media typeapplication/json
object
status
string
service
string
timestamp
string format: date-time
Example
{
"status": "ok",
"service": "authentication-service"
}