API Reference
API Reference
Interactive API reference generated from the I'mBoard OpenAPI 3.1 specification.
The API reference is generated from the OpenAPI 3.1 specification.
You can also download the raw spec:
https://app.imboard.ai/api/v1
All endpoints require a Bearer token:
Authorization: Bearer imb_pat_...
See Authentication for details.
| Method | Path | Description |
|---|
GET | /api/v1/me | Get current user profile |
| Method | Path | Description |
|---|
GET | /api/v1/boards | List boards |
GET | /api/v1/boards/:boardId | Get a board |
| Method | Path | Description |
|---|
GET | /api/v1/boards/:boardId/members | List board members |
GET | /api/v1/boards/:boardId/members/:memberId | Get a board member |
| Method | Path | Description |
|---|
GET | /api/v1/boards/:boardId/meetings | List meetings |
GET | /api/v1/boards/:boardId/meetings/:meetingId | Get a meeting |
POST | /api/v1/boards/:boardId/meetings | Create a meeting |
PATCH | /api/v1/boards/:boardId/meetings/:meetingId | Update a meeting |
| Method | Path | Description |
|---|
GET | /api/v1/boards/:boardId/documents | List documents |
GET | /api/v1/boards/:boardId/documents/:documentId | Get a document |
| Method | Path | Description |
|---|
GET | /api/v1/boards/:boardId/reports | List reports |
GET | /api/v1/boards/:boardId/reports/:reportId | Get a report |
| Method | Path | Description |
|---|
GET | /api/v1/boards/:boardId/reports/:reportId/dashboards | List dashboards |
GET | /api/v1/boards/:boardId/reports/:reportId/dashboards/:dashboardId | Get a dashboard |