Health
API health and status endpoints
Verify API connectivity and authentication
Authorizations
Responses
200
API is healthy
application/json
401
Authentication failed - invalid or missing API key
application/json
get
/external/healthGET /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?