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
{
  "data": {
    "service": "auth",
    "authProvider": "Auth0",
    "architecture": "<string>",
    "authMethods": [
      "<string>"
    ],
    "endpoints": {},
    "timestamp": "2023-11-07T05:31:56Z"
  },
  "meta": {
    "timestamp": "2023-11-07T05:31:56Z",
    "requestId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt

Use this file to discover all available pages before exploring further.

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