boards

Create board

Create a board owned by the "operation user_account".

  • By default, the "operation user_account" is the token user_account.
post/boards

Request body

idstring
namestring required
descriptionstring nullable
privacy'PUBLIC' | 'PROTECTED' | 'SECRET'

Privacy setting for a board. Learn more about <a href="https://help.pinterest.com/en/article/secret-boards">secret boards</a> and <a href="https://help.pinterest.com/en/business/article/protected-boards">protected boards</a>

Example request

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

Response

response

idstring
namestring required
descriptionstring nullable
privacy'PUBLIC' | 'PROTECTED' | 'SECRET'

Privacy setting for a board. Learn more about <a href="https://help.pinterest.com/en/article/secret-boards">secret boards</a> and <a href="https://help.pinterest.com/en/business/article/protected-boards">protected boards</a>

Example response

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

Changes