API Reference
REST API Docs.
SwiftBill exposes a full REST API built with Django REST Framework. Use it to build custom integrations, mobile apps, or automate your workflow.
Base URL
https://your-domain.com/api/All endpoints require authentication via Bearer token unless noted otherwise.
Authentication
curl
curl -H "Authorization: Bearer YOUR_TOKEN" \ https://your-domain.com/api/products/
Endpoints
Click on any group to expand and see available endpoints.
Build something great
SwiftBill is open source. Fork it, extend it, build custom integrations — the API is yours to use.
View on GitHub