v0.1.0 REST API

API Reference

Complete REST API documentation for the Overplane business platform. All endpoints follow consistent CRUD conventions with module-scoped routing.

Base URL /api

Overview

API Convention

All operations are REST endpoints at /api/{module}/{entity}/{operation}.

System columns on all non-child entities: id, created_at, updated_at, created_by, updated_by.

Authentication

All API requests require a valid session or API key. Pass your API key via the Authorization header:

Authorization: Bearer your-api-key

Modules

Browse the API by module. Each module groups related entities and endpoints.