GET/social-media/{socialMediaId}/pinterest-boards

Retrieves all Pinterest boards for a connected Pinterest account. Use the boardId field when setting pinterestBoardId on a Pinterest post.

https://api.postfa.st/Auth: pf-api-keyRate limit: 90 requests per hour

Usage

Use the boardId field when setting pinterestBoardId in the controls object when creating Pinterest posts.

Syncing new boards

New boards created on Pinterest do not appear automatically. Open the Accounts page in your PostFast dashboard, find your Pinterest account, and click Sync Boards to refresh the list.

Path parameters

socialMediaIdstring (UUID)required

The id of the connected Pinterest social media account.

Response

200 OK An array of objects, each representing a Pinterest board.

idstringoptional

Internal PostFast board id.

boardIdstringoptional

Pinterest's native board id (use this for pinterestBoardId).

namestringoptional

Board name.

descriptionstring | nulloptional

Board description.

imageUrlstring | nulloptional

Board cover image URL.