Subscription Tracker API
REST · /api/v1
v0.1.0 production
Live Status

API is Operational

A lightweight Express + Mongoose service powering the Subscription Tracker dashboard. This page polls itself every few seconds — leave it open to keep an eye on the API.

Uptime
2s
since Jul 26, 2026, 6:20 AM
Database
connected
ac-n0jol4k-shard-00-02.mclk07k.mongodb.net
Node
v24.14.1
Linux x64 · 5.10.255-259-299.1043.amzn2.x86_64
Port
:4000
localhost binding
Database
connected
Host
ac-n0jol4k-shard-00-02.mclk07k.mongodb.net
Database
subscription-tracker
State
readyState 1
Runtime
production
Public URL
https://subscription-tracker-backend.reverbsolution.com
Mount
/api/v1
Started
Jul 26, 2026, 6:20 AM
CORS Origins
2 allowed
https://subscription-tracker.reverbsolution.com http://localhost:3000
Mounted Endpoints
8 groups
Group Path Access Description
Health /api/v1/health Public Liveness probe.
Auth /api/v1/auth/* Public Login, logout, current admin session.
Public status /api/v1/status/:projectId Public Per-project active/suspended check (client snippets).
Projects /api/v1/projects/* Protected CRUD, coverage grid, code reservation, snippets.
Payments /api/v1/payments/* Protected Record, list, invoice numbers, covered months.
Dashboard /api/v1/dashboard Protected Aggregate stats consumed by the dashboard.
Activity /api/v1/activity/* Protected Audit log feed and rolling summary.
Analytics /api/v1/analytics/* Protected Revenue, spending, calendar, insights, payment score.