Connect
List Pinterest boards
Returns the boards available for a connected Pinterest account. Use this to get a board ID when creating a Pinterest post.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
accountId*string
Response Body
application/json
application/json
{ "boards": [ { "id": "123456789012345678", "name": "Marketing Ideas", "description": "Collection of marketing inspiration", "privacy": "PUBLIC" }, { "id": "234567890123456789", "name": "Product Photos", "description": "Product photography", "privacy": "PUBLIC" } ]}Was this page helpful?
Select Pinterest board
Complete the Pinterest connection flow. After OAuth, use this endpoint to save the selected board and complete the account connection. Use the X-Connect-Token header if you initiated the connection via API key.
Create Pinterest board
Creates a new board on the connected Pinterest account. The returned board ID can be used immediately as `platformSpecificData.boardId` when creating a Pinterest post.