GlucIQ Fasting Service

Intermittent fasting tracking microservice

Healthy • v1.0.0

Uptime

1196h44m5s

Total Requests

3291

Success Rate

11.3%

Goroutines

6

Quick Links

API Playground

Dev User ID
Method
Path
Choose an endpoint and send a request.

API Endpoints

MethodPathDescription
POST/api/v1/sessions/startStart a fasting session
PUT/api/v1/sessions/:id/endEnd a fasting session
GET/api/v1/sessions/activeGet active session
GET/api/v1/sessions/active/insightsGet live session insights
GET/api/v1/sessionsList sessions (paginated)
GET/api/v1/sessions/:idGet session by ID
PUT/api/v1/sessions/:idUpdate session
DEL/api/v1/sessions/:idDelete session
GET/api/v1/plansList built-in fasting plans
GET/api/v1/plans/recommendedGet recommended plan
GET/api/v1/fasting/contextGet active fasting protocol context
GET/api/v1/goalsGet fasting goals
PUT/api/v1/goalsCreate/update goals
GET/api/v1/streaksGet streak data
GET/api/v1/challengesList challenges with progress
GET/api/v1/challenges/:idChallenge detail
POST/api/v1/weightLog weight
GET/api/v1/weightList weight history
PUT/api/v1/weight/:idUpdate weight log
DEL/api/v1/weight/:idDelete weight log
GET/api/v1/statsLifetime statistics
GET/api/v1/stats/recentLast 7 days activity
GET/api/v1/stats/trendsFasting trends (7d/30d/90d/1y)
GET/api/v1/coach/daily-briefGet AI-style coaching brief
GET/api/v1/coach/historyGet stored coaching brief history