Connect
List Pinterest boards
For headless flows. Returns Pinterest boards the user can post to. Use X-Connect-Token from the redirect URL.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
profileId*string
Your Zernio profile ID
tempToken*string
Temporary Pinterest access token from the OAuth callback redirect
Header Parameters
X-Connect-Token*string
Short-lived connect token from the OAuth redirect
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?
Switch LinkedIn account type
Switch a LinkedIn account between personal profile and organization (company page) posting.
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.