accounts

List Pinterest boards

Lists boards owned by a connected Pinterest account. Returns the id and name of each board so callers can pick the boardId required when creating a Pinterest pin via blotato_create_post.

get/v2/social/pinterest/boards

Query parameters

accountIdstring required

Blotato Pinterest account id, returned from /users/me/accounts.

Response

Default Response

Example response

{
  "items": [
    {
      "id": "1234567890123456789",
      "name": "Summer Outfits"
    }
  ]
}