Microboard.Developers
ApiBoards

List accessible boards

GET
/developers/boards

Authorization

apiKey<token>

In: query

curl -X GET "https://api.microboard.com/api/v1/developers/boards" \
  -H "apiKey: <token>"

List of accessible boards

[
  {
    "id": 1,
    "uniqId": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Project Roadmap",
    "description": "Our company's 2024 product roadmap",
    "createdAt": "2024-01-15T08:30:00Z",
    "updatedAt": "2024-03-20T15:45:00Z"
  },
  {
    "id": 2,
    "uniqId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
    "name": "Design Sprint Board",
    "description": "UI/UX design sprint workspace",
    "createdAt": "2024-02-01T10:00:00Z",
    "updatedAt": "2024-03-21T09:15:00Z"
  }
]