boards

List boards

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

Optional: Specify a privacy type (public, protected, or 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 a single page of the response. See documentation on <a href='/docs/api/v5/#tag/Pagination'>Pagination</a> for more information.

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