Skip to main content

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

  1. Create an API key in the Cicini dashboard (Professional+ plan — see Authentication).
  2. Call public endpoints from a server with Authorization: Bearer ….
  3. Page through results with limit / offset and pagination.hasMore.

Product truth (do not assume)

Where to read these docs

Next steps