Skip to main content
Pinterest logo

Overview

Add Pinterest to any ModuleX agent or workflow. Manage boards, board sections, and pins via the Pinterest REST API v5.
Categories: Social Media · Marketing & Email · Social Media · Automation · Development · Miscellaneous · Pinterest · Auth: OAuth Access Token, OAuth 2.0 · Actions: 4

Authentication

OAuth Access Token

Authenticate using your Pinterest OAuth access token. The token can be obtained through Pinterest’s OAuth 2.0 flow.

Required Credentials

Available Actions

Parameters

integer
Number of boards per page (max 250) (Default: 25)
string
Cursor for pagination to get the next page

Response

Parameters

string
required
The ID of the board to get sections from
integer
Number of sections per page (max 250) (Default: 25)
string
Cursor for pagination

Response

Parameters

string
required
The ID of the board to pin to
string
required
Title of the pin
string
required
URL of the image to pin
string
Description of the pin
Source link/URL for the pin
string
Alt text for accessibility
string
ID of the board section

Response

Parameters

string
required
The ID of the board to list pins from
string
ID of the board section (optional)
integer
Number of pins per page (max 250) (Default: 25)
string
Cursor for pagination

Response

Limits & Quotas

  • page_size is clamped to [1, 250].
  • 401 → auth error; 404 → resource-not-found; 400 on create → likely invalid media_url or board id.

Klaviyo

ServiceNow

Telegram Bot