Pinterest ​
Manage pins, boards, and analytics via the Pinterest API.
| Detail | Value |
|---|---|
| Category | Social Media |
| Base URL | https://api.pinterest.com/v5 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | pinterest |
Using Pinterest in a workflow ​
- Go to Connections and click New Connection.
- Pick Pinterest from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /user_account | Get user account |
| POST /pins | Create a pin |
| GET /pins/{pinId} | Get a pin |
| GET /boards | List boards |
| POST /boards | Create a board |
| GET /user_account/analytics | Get account analytics |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.