Skip to main content
GET
/
api
/
v1
/
auth
/
health
Auth service health
curl --request GET \
  --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/auth/health
{
  "success": true,
  "data": {
    "service": "auth",
    "status": "healthy",
    "authProvider": "Auth0",
    "architecture": "<string>",
    "authMethods": [
      "<string>"
    ],
    "endpoints": {},
    "timestamp": "2023-11-07T05:31:56Z"
  },
  "meta": {
    "timestamp": "2023-11-07T05:31:56Z",
    "requestId": "<string>"
  }
}
Lightweight readiness probe that confirms the auth adapter can talk to Auth0 and lists the supported flows.

Response

Service heartbeat

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required