Laabam One API
Welcome to the Laabam One API reference. The API lets your systems and approved third parties read and write data in your company's Laabam One account — invoices, customers, products, payments — and send messages over SMS, WhatsApp and email.
The API is organized around REST, has predictable resource-oriented URLs, accepts and returns JSON, and uses standard HTTP verbs and status codes.
Base URL
https://api.laabam.one/v1
HTTPS only. Use the domain name, not an IP address.
Status legend
Most of the API is live. Each operation in the reference is marked with its status:
- ✅ Available — callable today: Invoices, Customers, Products, Payments, Messaging (SMS, WhatsApp & email), Recruitment, Lead capture, Storefront and Bookings.
- 🔧 Planned — the contract is published so you can build against it, but a few
writes are not live yet (for example, updating an invoice draft). These are marked
x-status: plannedin the reference.
Every endpoint in the API Reference is marked with its status.
Next steps
- Getting started — create an API key.
- Authentication — how to call the API.
- Security — keep your integration safe.
- API Reference — every endpoint, request and response.