Public API Overview
The Public API provides anchor-based URLs under /api/public/anchor/{anchor}/ that require no authentication.
Base URL
https://app.plane.so/api/public/anchor/{anchor}/Key Endpoints
| Endpoint | Description |
|---|---|
/api/public/anchor/{anchor}/issues/ | List issues |
/api/public/anchor/{anchor}/issues/{id}/ | Get issue detail |
/api/public/anchor/{anchor}/comments/ | List comments |
/api/public/anchor/{anchor}/meta/ | Get board metadata |
Authentication
No authentication required. These endpoints are public by design.