Skip to main content

Documentation Index

Fetch the complete documentation index at: https://spendguard.mintlify.app/llms.txt

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

Endpoint

GET /health
Authentication: None required. This endpoint is always public.

Example Request

curl https://spendguardapi.com/health

Response — 200 OK

{
  "status": "ok",
  "version": "1.0.0",
  "timestamp": "2026-04-03T12:00:00.000000+00:00"
}

Response Fields

FieldTypeDescription
statusstringAlways "ok" when the service is running
versionstringAPI version
timestampstringCurrent server time (UTC ISO 8601)

Usage

Use this endpoint for:
  • Uptime monitoring — point your monitoring service (Pingdom, UptimeRobot, etc.) at this URL
  • Deployment verification — after deploying, check this endpoint to confirm the service is live
  • Load balancer health checks — configure your load balancer to poll this endpoint