Social Accounts
List Pinterest boards
List boards for a connected Pinterest account. Use a returned board id as platforms[].meta.board_id when creating or updating a Pinterest post.
GET
Returns the boards TryPost can publish pins to for this Pinterest account.
Returns
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.401 if the Pinterest token is expired, 403/429/502 on upstream Pinterest errors, and 422 if the account is not Pinterest.
Tips
board_idis required to publish a Pinterest pin (scheduled/publishing). Draft create can omit it.- MCP equivalent:
list-pinterest-boards-toolwithaccount_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.

