> ## Documentation Index
> Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# pinterest.board.required

> A Pinterest pin needs a board id — either explicit or set as the account default.

## What it checks

The pin must have a `boardId` — either provided in the request as `pinterest.boardId`, or set as the account's default board on the `platform_accounts` row.

## Remediation

Either:

1. Pass `pinterest.boardId` on the request body, or
2. Set a default board on the connected account (in the dashboard's **Accounts** page, or via the account update endpoint).

If the connected account has no boards, the user needs to create one on Pinterest first. The `boards:write` scope lets the dashboard offer a "create your first board" flow.
