Overview
The Fincelo API allows you to integrate Fincelo’s revenue intelligence capabilities into your own systems — push ticket events, trigger agent actions, fetch ARR data, and more.The Fincelo API is currently in private beta. Access is available to Enterprise plan subscribers. Contact founders@fincelo.app to request access.
Base URL
Authentication
All API requests require a Bearer token:Rate Limits
| Plan | Requests per minute | Requests per day |
|---|---|---|
| Growth + Agents | 60 | 10,000 |
| Enterprise | 300 | 100,000 |
Response Format
All responses return JSON:Key Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/customers | GET | List all customers |
/api/customers/:id | GET | Get customer details |
/api/contracts | GET | List all contracts |
/api/invoices | GET | List invoices |
/api/ticket-intelligence/import | POST | Import support tickets |
/api/webhooks/tickets | POST | Push ticket events |
/api/cfo/predictions | GET | Get churn predictions |

