Hubli API Documentation
Welcome to the Hubli API documentation site. This is the central place for understanding and integrating with Hubli services.
What is documented here
This initial version covers two APIs:
| API | Purpose | Base route |
|---|---|---|
| Authentication API | Request JWT tokens and manage client credentials | /Account/RequestToken |
| Reporting API | Generate reports across events, budgets, enquiries, offices and more | /v1/{Controller}/{Action} |
Getting started
If you are new to the Hubli APIs, start with the Quick start guide. It walks through requesting a token and making your first authenticated request.
For details on how tokens work, see Authentication.
Expanding this documentation
New APIs are added to this site by following the conventions documented in the internal docs site guide.