Back to Docs
API Changelog
Track changes, new endpoints, and breaking changes in the AIVO API. Subscribe to updates via your dashboard notifications.
v2.2.0
April 18, 2026- addedGET /api/billing/invoices/[id]/download - printable invoice download (HTML)
- addedGET /api/v1/sip/rates?destination=+15551234567 - per-destination rate lookup (rewritten to use shared rate module)
- changedPOST /api/auth/register - Connect signups now receive plan=connect_payg with billing auto-enabled
- changedGET /api/cron/webhook-retry - now uses Prisma include for webhookEndpoints (performance improvement)
- changedPOST /api/webhooks/payment/[gateway] - idempotent payment processing via atomic updateMany claim
- changedGET /api/cron/monthly-billing - uses deterministic invoiceNumber for idempotency
v1.0.0
March 29, 2026- addedInitial public API release
- addedCalls API - list, retrieve call logs and transcripts
- addedContacts API - CRUD operations with tags and notes
- addedAppointments API - scheduling, available slots, status management
- addedKnowledge Base API - manage FAQ entries and documents
- addedBusiness API - retrieve and update business settings
- addedAPI key authentication with scoped permissions
- addedRate limiting (60 requests/minute on Starter, 300 on Pro)
- addedWebhook signature verification (Ed25519)
Need help with the API? Read the full documentation or contact support.