XreplyAIDevelopers
API ReferenceSocial Accounts

List Pinterest boards

Requires scope: `accounts:read`. Returns the boards on your connected Pinterest account.

GET
/pinterest/boards
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/pinterest/boards"
{  "boards": [    {      "id": "998877665544",      "name": "Founder Notes",      "privacy": "PUBLIC"    }  ],  "cached_at": "2026-07-13T08:00:00Z"}