Documentation
Everything you need to get started with Cari. From quick start guides to advanced API documentation.
Browse by Category
Find the information you need organized by topic and skill level.
Getting Started
Quick start guides and setup instructions
API Reference
Complete API documentation and examples
User Guides
Step-by-step guides for common tasks
Developer Resources
SDKs, tools, and integration guides
Popular Articles
Start with these commonly referenced guides and tutorials.
Complete API Reference
Our comprehensive API documentation includes detailed endpoint descriptions, request/response examples, and interactive testing tools.
RESTful API design
Interactive examples
SDK downloads
Rate limit information
GET /api/v1/citizens
Authorization: Bearer {token}
{
"citizens": [
{
"id": "cit_123",
"name": "John Doe",
"email": "john@example.com",
"verified": true,
"created_at": "2024-01-15T10:30:00Z"
}
],
"total": 1,
"page": 1
}Need Help Getting Started?
Our support team is here to help you succeed. Get in touch for personalized assistance.