Health

API health and status endpoints

API Health Check

get
/external/health

Verify API connectivity and authentication

Authorizations
Responses
200

API is healthy

application/json
get
/external/health
GET /api/external/health HTTP/1.1
Host: dev.granularregistry.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "status": "healthy",
  "service": "GC Registry External API"
}

Was this helpful?