Components
Shortener
Reporting
Dashboard
Authentication
Token / Coupon API
- New /api/token/generate and /api/token/redeem endpoints for coupons, tickets, promo codes, and generic tokens.
- Per-token metadata including label, campaign name, max redemptions, expiry, and arbitrary payload for your own business context.
- Tokens are tied to API keys and users for clean multi-tenant isolation.
- Strong validation and clear error messages for duplicate, expired, or already-redeemed tokens.
Analytics & Dashboard
- Redemption activity logged with latency and status for future reporting.
- Dashboard tiles prepared for per-token usage charts and CSV export.
- Internal performance metrics wired for future “high volume” plan visibility.