v1

latestOpenAPI 3.0.32026-07-241112213.6 KB
Board

List Boards

Get a paginated list of Boards belonging to the current user.

get/boards/list

Query parameters

pageNointeger

Page number (starting from 1, default: 1)

pageSizeinteger

Items per page (default: 20, max: 100)

Headers

Topview-Uidstring required

User ID

Authorizationstring required

API Key for authentication (Bearer token)

Response

List of Boards retrieved successfully

codestring
messagestring

Example response

{
  "code": "200",
  "message": "Success"
}