API & Developers
Endpoints
Resource prefixes of the public TeamPanel API and a pointer to OpenAPI.
Endpoints
The public API uses the same /v1/… paths as the web app. Below are the most important resource prefixes.
Resource Prefixes
| Prefix | Description |
|---|---|
/v1/todo | To-do boards, entries, comments, status |
/v1/team | Members, groups, permissions |
/v1/news | Announcements |
/v1/links | Links |
/v1/support | Support cases, categories, stats |
/v1/meetings | Meetings |
/v1/logoff | Log-offs |
/v1/penaltypoints | Penalty points |
/v1/worrybox | Worry box |
/v1/access | Access documentation / assignments |
/v1/applyPanel | Application portal |
/v1/automation | Team automations |
Full schemas
Request/response schemas, parameters, and all operations are available in the Swagger
UI or at
/openapi.json.
Example: List To-do Boards
curl -X GET "https://api.team-panel.com/v1/todo/board/{teamId}/all" \
-H "Authorization: Bearer TP_your_key"Authentication and restrictions: Authentication.