Anyone holding this key can read the board over HTTP. Treat it like a password.
Endpoints
GET /api/v1/tasksAll tasks. Filters: state=open|closed, tab=Name, limit, offset.
GET /api/v1/tasks/{id}A single task by its id, e.g. TASK-4.
GET /api/v1/tabsTabs with task counts.
Authentication
Send the key as an X-API-Key header, a Bearer token, or an ?api_key= query parameter.
Example