--- title: 'Pinterest' description: 'Manage pins, boards, and analytics via the Pinterest API.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Pinterest** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /user_account](./get_user_account_social_getaccount) | Get user account | | [POST /pins](./post_pins_social_createpin) | Create a pin | | [GET /pins/{pinId}](./get_pins_pinid_social_getpin) | Get a pin | | [GET /boards](./get_boards_social_listboards) | List boards | | [POST /boards](./post_boards_social_createboard) | Create a board | | [GET /user_account/analytics](./get_user_account_analytics_social_getanalytics) | Get account analytics | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.