Skip to main content
Pinterest

List Pinterest boards for a connected account

GET/v1/pinterest/boards

Authorization

accessKey
x-access-key<token>

In: header

Query Parameters

accountId?string

Integration ID of the Pinterest account. If omitted, uses the first connected Pinterest account.

Response Body

application/json

application/json

application/json

curl -X GET "https://api.postpeer.dev/v1/pinterest/boards"
{
  "success": true,
  "boards": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "privacy": "string"
    }
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}