---
title: "List Pinterest boards"
method: GET
path: "/v1/accounts/{accountId}/pinterest-boards"
tags: ["Connect"]
---

# List Pinterest boards

`GET /v1/accounts/{accountId}/pinterest-boards`

Returns the boards available for a connected Pinterest account. Use this to get a board ID when creating a Pinterest post.

## Path parameters

- `accountId` string, required

## Response `200`

Boards list

- object
  - `boards` object[]
    - `id` string
    - `name` string
    - `description` string
    - `privacy` string

## Other responses

- `400` — Not a Pinterest account
- `401` — Unauthorized
- `404` — Account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/d0ab3b4eb0ae/schema)
