Skip to content

Set default Pinterest board

Sets the default board used when publishing pins for this account.

PUT /v1/accounts/{accountId}/pinterest-boards

Sets the default board used when publishing pins for this account.

Parameters

  • accountId (path, string) required

Request body

Content-Type: application/json

  • defaultBoardId (string) required
  • defaultBoardName (string)

Example:

json

{
  "defaultBoardId": "123456789012345678",
  "defaultBoardName": "Marketing Ideas"
}

Responses

200 — Default board set

  • message (string)
  • account ($ref)

400 — Invalid request

401

404 — Account not found