Skip to main content
GET
Returns the boards TryPost can publish pins to for this Pinterest account.

Request

string
required
UUID of a connected Pinterest social account in the current workspace. Non-Pinterest accounts return 422.

Response

array
Board list. Each item:
boolean
true when Pinterest returned more boards than TryPost fetched in this call. Prefer picking from the returned list, or reconnect/retry if the board you need is missing.
Returns 401 if the Pinterest token is expired, 403/429/502 on upstream Pinterest errors, and 422 if the account is not Pinterest.

Tips

  • board_id is required to publish a Pinterest pin (scheduled / publishing). Draft create can omit it.
  • MCP equivalent: list-pinterest-boards-tool with account_id. That MCP tool requires create-post permission (Owner / Admin / Member) — Viewers cannot call it.
  • Do not call Pinterest’s public API directly for this — use this endpoint so auth and scoping stay with TryPost.