Kendis API Documentation¶
Welcome to the Kendis REST API. Pull your planning data — board items, objectives, risks, and strategic themes & OKRs — straight into your own tools, dashboards, and BI pipelines (PowerBI, Excel, data warehouses).
All APIs are read-only, return JSON, and use HTTP Basic Authentication with a personal API key.
Get started in 5 minutes Authentication
Choose an API¶
-
PI Board Items
Features and stories on a Program Board — collections, boards, items, sprints, teams, and statuses.
-
PI Objectives
Objective groups, objectives, and their linked board items for a PI Board — with completion roll-ups.
-
Risk
Risk registers and risks, including computed risk levels, custom fields, and board links.
-
Strategic Themes & OKRs
Portfolio themes, strategic themes, objective groups, objectives, and key results.
At a glance¶
| Detail | |
|---|---|
| Protocol | HTTPS REST, JSON responses |
| Auth | HTTP Basic — email : API key, Base64-encoded |
| Methods | Mostly GET; PI Board Items uses POST for the items/meta endpoints |
| Tenancy | Identified by your company subdomain or path prefix — see Base URLs & methods |
| Rate / page size | List endpoints page at 50 items max per request |
| Support | support@kendis.io |
Two access methods exist today
The newer APIs (Risk, Strategic Themes & OKRs) are served from the versioned
https://{yourcompany}.kendis.io/api/v1/… method. The PI Board Items and PI Objectives
APIs are currently published on the legacy https://rest.kendis.io/api/<companyPrefix>/… method.
Both are explained on the Base URLs & methods page so you always
know which host to call.