API Changelog
Track every change to the LoveConnet Developer API
2026-05-04feature
World-Class Developer Experience
Interactive docs with multi-language code snippets (cURL, JavaScript, Python, PHP)
Official JavaScript/TypeScript SDK (@loveconnet/js) with PKCE and auto-retry
Official Python SDK (loveconnet) with sync + async clients
Idempotency-Key support on all POST endpoints (24h cache)
API versioning via LoveConnet-Version header (date-based)
Cursor-based pagination on all list endpoints ({data, has_more, next_cursor})
Per-minute burst rate limiting with Retry-After header
X-RateLimit-Burst-Limit and X-RateLimit-Burst-Remaining headers
Changelog and Status pages for developer transparency
2026-05-04feature
API Monetization Infrastructure
Sandbox/Test mode — lc_test_ keys skip metered billing
Standardized error format with semantic codes and request IDs
X-Sandbox and X-Request-ID headers on every response
2026-05-03feature
Developer API v1 Launch
5-tier pricing model (FREE → ENTERPRISE) with Stripe + Paystack billing
30+ REST API endpoints for user data, verification, moderation, matching, and chat
HMAC-signed webhook system with automatic retry and 5 event types
Tier-aware rate limiting with Redis-backed usage tracking
Per-call metered billing engine for AI-powered endpoints
Developer portal with app management, API key generation, and usage analytics
2026-05-03fix
Bug Fixes
Fixed 502 errors caused by missing MessagesModule import in OAuthModule
Fixed "Invalid scopes" errors — added 5 missing scope definitions
Fixed Prisma schema field mismatches (isActive, sentAt, messageType, matchedAt)
Subscribe to changelog updates via RSS or follow @loveconnet