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 hourUsage
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)requiredThe id of the connected Pinterest social media account.
Response
200 OK An array of objects, each representing a Pinterest board.
idstringoptionalInternal PostFast board id.
boardIdstringoptionalPinterest's native board id (use this for pinterestBoardId).
namestringoptionalBoard name.
descriptionstring | nulloptionalBoard description.
imageUrlstring | nulloptionalBoard cover image URL.