Admiral
Healthcheck

Check service health

GET
/api/v1/healthcheck

Healthcheck verifies that the service is running and healthy. Returns an empty response on success. Use this endpoint for load balancer health checks and monitoring systems.

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer adm_pat_...

In: header

Response Body

application/json

curl -X GET "https://admiral.example.com/api/v1/healthcheck"
{}