Skip to main content

API Reference

Base URL

Authentication

The Cronozen platform supports two authentication methods:

JWT Token (Platform APIs)

All platform API calls require a JWT token in the Authorization header:
See Authentication for details on obtaining tokens.

API Key (Proof API)

The Proof API uses API key authentication with scoped permissions:
See Proof API for details.

API Groups

The Proof API uses API key authentication instead of JWT. See Proof API Reference.

Response Format

All responses follow a consistent format:
Error responses:

Rate Limiting

API calls are rate-limited per actor:

Tenant Scoping

All API responses are automatically scoped to the authenticated actor’s current center. Cross-center queries are only available through specific endpoints with proper authorization.
Never pass center_id as a query parameter for data access. The center context is derived from the JWT token.