---
title: "List Pinterest boards"
method: GET
path: "/v1/connect/pinterest/select-board"
tags: ["Connect"]
---

# List Pinterest boards

`GET /v1/connect/pinterest/select-board`

For headless flows. Returns Pinterest boards the user can post to. Use X-Connect-Token from the redirect URL.

## Query parameters

- `profileId` string, required
- `tempToken` string, required

## Headers

- `X-Connect-Token` string, required

## Response `200`

List of Pinterest Boards available for connection

- object
  - `boards` object[]
    - `id` string — Pinterest Board ID
    - `name` string — Board name
    - `description` string — Board description
    - `privacy` string — Board privacy setting

## Other responses

- `400` — Missing required parameters
- `401` — Unauthorized
- `403` — No access to profile
- `500` — Failed to fetch boards

---

[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/versions/f81ca70ea6b9/schema)
