boards

List boards

Get a list of the boards owned by the "operation user_account" + group boards where this account is a collaborator

  • By default, the "operation user_account" is the token user_account.

Optional: Specify a privacy (from the types: public, protected, secret) to indicate which boards to return.

  • If no privacy is specified, all boards that can be returned (based on the scopes of the token and ad_account role if applicable) will be returned.
get/boards

Query parameters

bookmarkstring

Cursor used to fetch the next page of items

page_sizeinteger

Maximum number of items to include in the response.

privacy'PUBLIC' | 'PROTECTED' | 'SECRET'

Privacy setting for a board.

Response

response

bookmarkstring nullable

Example response

{
  "items": [
    {
      "id": "549755885175",
      "name": "Summer Recipes",
      "description": "My favorite summer recipes"
    }
  ]
}

Changes