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.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
{ "message": "Pinterest connected successfully with default board", "redirect_url": "https://yourdomain.com/integrations/callback?connected=pinterest&profileId=507f1f77bcf86cd799439011&accountId=64e1f0a9e2b5af0012ab34cd&board=Marketing+Ideas", "account": { "accountId": "64e1f0a9e2b5af0012ab34cd", "platform": "pinterest", "username": "mybrand", "displayName": "My Brand", "profilePicture": "https://i.pinimg.com/...", "isActive": true, "defaultBoardName": "Marketing Ideas" }}