API Reference

Managing Boards

Legacy alias for Pinterest accounts and board management docs.

Overview

Board operations now live under the Pinterest accounts and boards reference page.

What You Will Learn

  • How board IDs map to connected Pinterest accounts.
  • When to refresh board lists in your app.
  • How board deletion differs by environment.

Implementation Checklist

  • Use /v1/pinterest/accounts to discover account IDs.
  • Use /v1/pinterest/boards to list/create/delete boards.
  • Migrate integrations to /docs/api/pinterest for the full endpoint set.

Relevant Endpoints

GET
/v1/pinterest/accounts

List Pinterest accounts.

GET
/v1/pinterest/boards?account_id=<ACCOUNT_ID>

List boards for one account.

Related Guides