Welcome to the Kanbert Developer Hub. Here youβll find everything you need to integrate with the Kanbert APIβfrom authentication and permissions to powerful filtering, aggregates, and advanced data queries.
Our API is designed to be predictable, type-safe, and flexible, supporting simple CRUD use cases as well as complex reporting queries.
If you're new here, start with Authentication and Scopes, then explore the advanced features such as Filtering and Computed Fields.
Create an API token or configure OAuth.
Choose your permissions using scopes.
Use the REST API to read and update Kanbert data:
GET /api/v1/projects?filter=status eq "ACTIVE"Explore computed fields and relation filters to create rich data queries.
Below are the core sections of the Kanbert API documentation. Click on any card to open the full page.
| Section | Description |
|---|---|
| Authentication | How to authenticate using API tokens or OAuth. Includes examples for all major HTTP clients. |
| Scopes & Permissions | Learn how scopes control access, how integration mode works, and how permissions differ when acting as a user vs. system identity. |
| Entities & Data Model | Overview of major API resources such as Users, Projects, Clients, Tasks, and more. |
| Section | Description |
|---|---|
| Filtering | Learn how to use the filter query parameter, JSON and DSL syntax, operators, type rules, relation filters, and practical examples. |
| Computed Fields | Create per-request aggregates with computed_fields[...] and use them for filtering and sorting. Includes examples for count, sum, avg, and more. |
Projects API
Read, create, update, and filter projects. Includes examples with complex filters and computed fields.
Tasks API
Work with tasks, phases, statuses, and assignees. Includes relation filtering examples.
Clients API
Retrieve and manage client records. Supports filtering and relation-based queries.
Efforts API
Retrieve efforts booked on projects
- RESTful JSON endpoints
- Consistent filtering, sorting, and relationships across all resources
- Powerful query capabilities via DSL, relation operators, and computed fields
- Designed for both simple integrations and complex reporting / analytics use cases
- Check our FAQ in each section
- Contact Kanbert support for integration assistance
- Submit issues or feedback through Kanbert support