API Documentation
Build integrations with CALACC using our RESTful API. Our API allows you to programmatically access and manage your business data.
Getting Started
To use the CALACC API, you'll need:
- A CALACC account
- An API key (generate from your account settings)
- Basic knowledge of REST APIs and JSON
API Endpoints
Base URL: https://api.calacc.com/v1
- •
GET /invoices- List all invoices - •
POST /invoices- Create a new invoice - •
GET /expenses- List all expenses - •
POST /expenses- Record an expense - •
GET /employees- List all employees - •
POST /payroll- Process payroll
Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Rate Limits
The API has a rate limit of 1,000 requests per hour for free plans and 10,000 requests per hour for paid plans.
Full API Reference
For complete API documentation including example requests and responses, visit our API Reference Guide