Zwift API Service
Webhook receiver & OAuth client for the official Zwift API.
Status
- Persistence: in-memory
- OAuth: not configured
Endpoints
- GET /login — start the OAuth consent flow
- GET
/oauth/callback — Zwift redirects here with the auth code
- POST
/webhooks/zwift/activity — Zwift notification receiver
- GET /healthz — health check (JSON)
API documentation
- /docs — interactive Swagger UI
- /redoc — ReDoc reference