Pinterest integration

Pinterest API: pins, boards, media, analytics

Help CentreConnectors

Overview

Pinterest API covers pins, boards, media, analytics for users + business accounts. The Automize Pinterest connector covers these.

  • Regions: Global.
  • Plans: Free.

Setting up the connection

Auth type: OAuth 2.0 (Authorization Code).

  1. Pinterest Developers → create app → OAuth credentials.
  2. In Automize → Settings → Connectors → Pinterest. Paste credentials.

Find your credentials at https://developers.pinterest.com/.


Rate limits

Per-app.


Data model

Pinterest primitives:

    User ─── Boards ─── Pins
                     └─ Sections
                Media (uploads)
                Analytics

Available operations

8 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
Create BoardGeneralCreate a new board
Create PinGeneralCreate a new pin
Delete PinGeneralDelete a pin
Get AccountGeneralGet the authenticated user account
Get BoardGeneralGet board details by ID
Get PinGeneralGet pin details by ID
List BoardsGeneralList boards for the authenticated user
List PinsGeneralList pins on a board

Operations

Create Board

Create a new board

ParameterRequiredTypeDescription
Name nameYestext
Description descriptionYestext
Privacy privacyYestext

Create Pin

Create a new pin

ParameterRequiredTypeDescription
Board Id board_idYestext
Title titleYestext
Description descriptionYestext
Media Source media_sourceYestext
Link linkYestext

Tips

  • board_id + image (url or upload) + title + description + link.

Delete Pin

Delete a pin

ParameterRequiredTypeDescription
Pin Id pin_idYestext

Get Account

Get the authenticated user account

No input parameters.


Get Board

Get board details by ID

ParameterRequiredTypeDescription
Board Id board_idYestext

Get Pin

Get pin details by ID

ParameterRequiredTypeDescription
Pin Id pin_idYestext

List Boards

List boards for the authenticated user

No input parameters.

Tips

  • Owned boards. Filter by privacy.

List Pins

List pins on a board

ParameterRequiredTypeDescription
Board Id board_idYestext

Tips

  • Per board. Or user-wide.

FAQ

Personal vs Business?
Business accounts get analytics + ads. Personal accounts: basic create/read.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.