> ## Documentation Index
> Fetch the complete documentation index at: https://docs.socialsyncs.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Pinterest

> How to add Pinterest to your system

<Snippet file="never-share.mdx" />

<Note>
  This integration requires that you have a Pinterest Company Account.
</Note>

<Steps>
  <Step title="Create Pinterest App">
    Head to [Pinterest Developer Dashboard](https://developers.pinterest.com/apps/) and create your App. Fill out all required Information and wait on the App to get approved.
  </Step>

  <Step title="Copy the App ID and Secret">
    Copy the App ID at "App id" and the Secret Key at "App secret key"

    <img src="https://mintcdn.com/social-syncs/Qs-uS-jr2nAtu0uf/images/providers/pinterest/pinterest-002.png?fit=max&auto=format&n=Qs-uS-jr2nAtu0uf&q=85&s=eaa0328988f9ed8f3222fad7c13ead8f" alt="Copy App ID and Secret" width="814" height="183" data-path="images/providers/pinterest/pinterest-002.png" />
  </Step>

  <Step title="Configure Redirect URI">
    <Snippet file="oauth2redirect.mdx" />

    **Your Pinterest OAuth2 Redirect URI:**

    * Production: `https://your-socialsyncs-domain.com/integrations/social/pinterest`
    * Local development: `http://localhost:4200/integrations/social/pinterest`
    * Docker: `http://localhost:5000/integrations/social/pinterest`

          <img src="https://mintcdn.com/social-syncs/Qs-uS-jr2nAtu0uf/images/providers/pinterest/pinterest-001.png?fit=max&auto=format&n=Qs-uS-jr2nAtu0uf&q=85&s=2d2ead5351016e9b2174440a30627a81" alt="Setup of Redirect URIs" width="817" height="319" data-path="images/providers/pinterest/pinterest-001.png" />
  </Step>

  <Step title="Add environment variables">
    ```env theme={null}
    PINTEREST_CLIENT_ID=""
    PINTEREST_CLIENT_SECRET=""
    ```

    You should now be able to add the Pinterest Provider to your User / Team Account.
  </Step>
</Steps>
