Pinterest Integration
Connect and post to Pinterest
Connect Pinterest accounts to publish content through the Missinglettr API.
Connect Account
curl https://api.missinglettr-api.com/v1/workspaces/1/accounts/ \
-X POST \
-H "Authorization: Api-Key YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"platform": "pinterest",
"access_token": "YOUR_ACCESS_TOKEN"
}'See the Platform Requirements page for content limits specific to Pinterest.