OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: Ithura API
version: 1.0.0
summary: Public HTTP API for Ithura.
description: |
Ithura's public HTTP API. This spec documents the surface a third-party
integrator is expected to use: authentication, API tokens, workspaces,
projects, issues, cycles, modules, intakes, views, pages, webhooks, and
read-only access to boards.
## Authentication
Production integrations should use an **API token**:
```
Authorization: Bearer <token>