Pinterest

Pinterest is supported in Outstand through the Bring Your Own Key (BYOK) model. This allows you to use your own Pinterest API credentials to connect your Pinterest business accounts and post content through Outstand's unified social media API.

Coming Soon

Detailed step-by-step instructions for obtaining Pinterest API credentials are coming soon.

Pinterest integration uses Pinterest's Content Publishing API, which requires:

  • A Pinterest business account
  • Access to Pinterest's developer portal
  • API application approval
  • Pins posting permissions

In the meantime, if you need to configure Pinterest integration, please contact our support team for assistance. We'll provide guidance on the Pinterest developer application process.

Temporary Setup

To add your Pinterest credentials to Outstand:

curl -X POST https://api.outstand.so/v1/social-networks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "network": "pinterest",
    "client_key": "YOUR_CLIENT_KEY_HERE",
    "client_secret": "YOUR_CLIENT_SECRET_HERE"
  }'

Next Steps

  • Contact support if you need immediate Pinterest integration
  • Check back for detailed documentation soon
  • Review other platform configuration guides for similar setup workflows