Getting started
The Cicini Public API is a read-only, API key authenticated HTTP API for organization data.Base URL
All paths are relative to that base (for example
/api/public/v1/customers).
Prerequisites
- A Cicini organization on a plan with API access (Professional or Enterprise — Free and Starter cannot create API keys).
- An API key created in the dashboard under Settings → Integrations → API keys (
cic_test_…orcic_live_…). - A backend or CLI that can send
Authorization: Bearer …(never embed live keys in a browser SPA).
First request
Success shape
Failure example (missing key)
Conventions
Pagination (summary)
Loop while
pagination.hasMore is true, increasing offset by limit. Full guide: Pagination.
What to call next
Interactive parameter docs: API Reference tab (OpenAPI playground).