Skip to main content

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

  1. A Cicini organization on a plan with API access (Professional or Enterprise — Free and Starter cannot create API keys).
  2. An API key created in the dashboard under Settings → Integrations → API keys (cic_test_… or cic_live_…).
  3. 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)

Status: 401.

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).