---
title: "Create Pinterest board"
method: POST
path: "/v1/accounts/{accountId}/pinterest-boards"
tags: ["Connect"]
---

# Create Pinterest board

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

Creates a new board on the connected Pinterest account. The returned board ID can be used immediately as `platformSpecificData.boardId` when creating a Pinterest post.

## Path parameters

- `accountId` string, required

## Request body

- object
  - `name` string, required — Name of the board
  - `description` string — Board description
  - `privacy` 'PUBLIC' | 'PROTECTED' | 'SECRET' — Board privacy setting

## Response `201`

Board created

- object
  - `board` object
    - `id` string
    - `name` string
    - `description` string
    - `privacy` string
    - `url` string

## Other responses

- `400` — Invalid request or not a Pinterest account
- `401` — Unauthorized
- `404` — Account not found
- `502` — Pinterest rejected the request (e.g. duplicate board name)

---

[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/19fd2b70854e/schema)
