Cicini Public API
Welcome. The Public API v1 is a read-only, API-key authenticated HTTP API for organization data. Use it to sync customers and appointments into your own tools (CRMs, analytics, back-office scripts).Getting started
Base URL, first request, and response shape.
Authentication
Bearer keys (
cic_test_ / cic_live_) and plan requirements.Core resources
Customers and appointments (bookings) that ship today.
API reference
Interactive OpenAPI for every public v1 operation.
What you can build today
Machine-readable contract: OpenAPI (regenerate with
pnpm docs:openapi in the monorepo).
Quick mental model
- Create an API key in the Cicini dashboard (Professional+ plan — see Authentication).
- Call public endpoints from a server with
Authorization: Bearer …. - Page through results with
limit/offsetandpagination.hasMore.